I have a file which is not installed:
<Binary Id="LaunchMyExe" SourceFile="$(var.Project.DependenciesPath)/myProgram.exe" />
And I would like to run it quietly during the InstallUISequence but I can’t..
How to link the BinaryKey of this file to the CAQuietExec custom action?
Any sample appreciated.. thanks!!
You’ll have to author another custom action, which will extract that file from Binary and place to some folder known to your “LaunchMyExe” action, for instance, Temp folder.