All Questions
1 question
1
vote
1
answer
624
views
Problem extracting SFX during WiX-based install
I have the following code in my WiX project
<CustomAction Id="ExtractHelp" Directory="DocFolder" Execute="commit" Impersonate="no" ExeCommand="[MYAPPINSTALLFOLDER]Doc\help_zip.exe" />
&...