chaiguy1337
2008-10-23 00:38:26 UTC
Hi all. I'm looking for a way to pass command line arguments to my app
launched when the installation is complete, so that my app knows it was
launched by the installer.
I basically copied the example from the help file:
<Property Id="WixShellExecTarget"
Value="[#OrangeNote.exe]" />
<CustomAction Id="LaunchApplication"
BinaryKey="WixCA"
DllEntry="WixShellExec"
Impersonate="yes" />
Where might I add my "-installer" switch? I tried changing the Value of the
property to "[#OrangeNote.exe] -installer" but that didn't work at all, and
the app never launched.
Logan
-----
A. Logan Murray
http://pihole.org/
launched when the installation is complete, so that my app knows it was
launched by the installer.
I basically copied the example from the help file:
<Property Id="WixShellExecTarget"
Value="[#OrangeNote.exe]" />
<CustomAction Id="LaunchApplication"
BinaryKey="WixCA"
DllEntry="WixShellExec"
Impersonate="yes" />
Where might I add my "-installer" switch? I tried changing the Value of the
property to "[#OrangeNote.exe] -installer" but that didn't work at all, and
the app never launched.
Logan
-----
A. Logan Murray
http://pihole.org/
--
View this message in context: http://n2.nabble.com/Passing-command-line-arguments-to-an-app-launched-after-setup-tp1366362p1366362.html
Sent from the wix-users mailing list archive at Nabble.com.
View this message in context: http://n2.nabble.com/Passing-command-line-arguments-to-an-app-launched-after-setup-tp1366362p1366362.html
Sent from the wix-users mailing list archive at Nabble.com.