electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
319 stars 93 forks source link

I enabled the log for the MSI file but it reports this unintelligible error #163

Open promversioning opened 1 year ago

promversioning commented 1 year ago

fragment of the log is under:

Action start 19:08:36: ExecuteAction.
Action start 19:08:40: INSTALL.
Action start 19:08:40: FindRelatedProducts.
Action ended 19:08:40: FindRelatedProducts. Return value 0.
Action start 19:08:40: AppSearch.
Action ended 19:08:40: AppSearch. Return value 0.
Action start 19:08:40: LaunchConditions.
Action ended 19:08:40: LaunchConditions. Return value 1.
Action start 19:08:40: ValidateProductID.
Action ended 19:08:40: ValidateProductID. Return value 1.
Action start 19:08:40: WixRemoveFoldersEx.
WixRemoveFoldersEx:  Error 0x80070057: Missing folder property: INSTALLPATH for row: wrfD48DEAE9C2D0EB59FA205F7C38D3714E
CustomAction WixRemoveFoldersEx returned actual error code 1603 but will be translated to success due to continue marking
Action ended 19:08:40: WixRemoveFoldersEx. Return value 1.

How can I solve the problem? Thank you