[WiX-users] How to issue a netsh http add urlacl url=.. command at install time...

2011-02-24 Thread Gregg Swanson
What is the recommended technique to use to enter the following command at install time? netsh http add urlacl url=https://+:443/EnterpriseService/ user=redmond\edmmtsa Thanks, Gregg -- Free Software Download: Index,

Re: [WiX-users] How to issue a netsh http add urlacl url=.. command at install time...

2011-02-24 Thread Maillet, Ed
Check out the CAQuietExec custom action. -Original Message- From: Gregg Swanson [mailto:gregg.swan...@microsoft.com] Sent: Thursday, February 24, 2011 12:54 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to issue a netsh http add urlacl url=.. command at install

Re: [WiX-users] How to issue a netsh http add urlacl url=.. command at install time...

2011-02-24 Thread Dan Vasilov
A custom action will do exactly what you need, but please be aware your setup users will shortly see a command window on the screen. Are you configuring a WCF-based application? If so, you may want to ask one of your .NET developers to implement a C#-based custom action to