Click here to Skip to main content
16,007,277 members

Comments by Sygrien (Top 2 by date)

Sygrien 12-Apr-14 5:59am View    
Deleted
Thanks Sergey,
Yes, I think I did everything else properly. My custom action is an exe file which gets installed during the main installation. Then it should be executed at the end of the install.
So all the relevant instructions are here :

"<component id="LanceurScripts" directory="INSTALLFOLDER" guid="0D0ADD01-A51B-4450-83EF-765D00B428F2">
<file id="LanceurScripts" keypath="yes" source="$(var.Adonat.LanceurScript.TargetPath)">
"

plus the 3 lines I already posted :

"<customaction id="LanceScripts" return="asyncNoWait" execommand="" filekey="LanceurScripts">
<installexecutesequence>
<custom after="InstallFinalize" action="LanceScripts">NOT Installed
"
Sygrien 12-Apr-14 5:54am View    
Thanks Sergey,
I don't understand your comment. Yes I added a custom action : please remember the custom action is correctly executed when I use the line command "msiexec" with parameters : "msiexec /i MyApplication.msi /l*v MyLogFile.txt"