Replies: 1 comment
-
I've always specified TARGETDIR=%CD%\EXT /qb (or whatever) and this continues to work for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Uppdated my Wix installerts from wix 4.x to 5.x
After the uppgrade det msiexec /a command for admin install wont unpack the files to disk.
The admin command on the installer for versjon 4.x unpacks the files
InstallFiles: File: TestApp.exe, Directory: C:\Temp\MyMsi, Size: 22528
InstallFiles: File: TestApp.exe.config, Directory: C:\Temp\MyMsi, Size: 7045
but not in the 5.x version
Any help on this?
This is the MSI log for the command on the Wix 5.x versjon
msiexec.exe /a MyInstaller.msi
This is the MSI log for the command on the Wix 4.x versjon
msiexec.exe /a MyInstaller.msi
Installing files:
Beta Was this translation helpful? Give feedback.
All reactions