Hi all.

I'm having some trouble with parsing information to a custom action.

I have the command:

<CustomAction Id="InstallUser" Impersonate="yes" Return="ignore"
Execute="oncePerProcess" BinaryKey="instexe.exe" ExeCommand="0 /InstallUser
[INSTALLDIR] [ALLUSERS]" />


and the lines


<InstallExecuteSequence>
     <Custom Action="InstallUser" After="InstallFiles">NOT
Installed</Custom>
</InstallExecuteSequence>


I don't know about the "[ALLUSERS]" but I know it is not parsing the
"[INSTALLDIR]" parameter to the EXE, this EXE sets up all the windows
registry settings for the application we write.

if someone could help with where I'm going wrong here and give me some
advice on how to parse the INSTALL Directory information, and the Users home
/ All Users Home folders to an EXE or DLL it would be very appreciated.

Thanks in advanced.

Jason.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to