like to provide msi file so I decided to use pgplwiz.exe to create them.
But the resulting msi does not install correctly although the exe does.
I call pgplwiz.exe wit no special arguments:
Code: Select all
pgplwiz.exe "Setup.exe" " " "Setup.msi" "My Setup" " ""
On installing the msi I get errors like:
Code: Select all
Error 1406. Could not write value VersionMajor to key \\Products\\852F6F11BC410474C8452F350F6F3154\\InstallProperties. System error . Verify that you have sufficient access to that key, or contact your support personnel.
or
Code: Select all
ALLUSERS property is not 1 - this MSM cannot be used for a per-user or fallback-to-per-user install
Shouldn't the msi behave like the original exe?
Greetings Harry