Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to pass arguments to LaunchTarget #3905

Closed
wixbot opened this issue Jan 31, 2013 · 2 comments
Closed

No way to pass arguments to LaunchTarget #3905

wixbot opened this issue Jan 31, 2013 · 2 comments
Labels
Milestone

Comments

@wixbot
Copy link

wixbot commented Jan 31, 2013

I was trying to specify LaunchTarget as follows:

bal:WixStandardBootstrapperApplication
LogoFile="Logo.png"
LaunchTarget="[SystemFolder]control.exe /name MyControlPanelApplet"
LicenseFile="License_English.rtf"
SuppressOptionsUI="yes"

But it doesn't work when I hit "Launch" at the end of installation.
Installation log contains this line:
Error 0x80070002: Failed to launch target: C:\Windows\system32\control.exe /name MyControlPanelApplet

Originally opened by zepilot from http://sourceforge.net/p/wix/bugs/3201/

@wixbot
Copy link
Author

wixbot commented Apr 8, 2013

This is supported now.

@wixbot
Copy link
Author

wixbot commented Apr 8, 2013

That's interesting that you were able to get the /name to show up. I noticed that no matter what I did the / would always get erased out or converted to \

@wixbot wixbot added the bug label Dec 20, 2015
@wixbot wixbot added this to the v3.8 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant