Discussion:
[WiX-users] How to issue a "netsh http add urlacl url=.." command at install time...
Gregg Swanson
2011-02-24 17:54:00 UTC
Permalink
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
Maillet, Ed
2011-02-24 19:48:54 UTC
Permalink
Check out the CAQuietExec custom action.


-----Original Message-----
From: Gregg Swanson [mailto:***@microsoft.com]
Sent: Thursday, February 24, 2011 12:54 PM
To: wix-***@lists.sourceforge.net
Subject: [WiX-users] How to issue a "netsh http add urlacl url=.." command at install time...

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
Dan Vasilov
2011-02-25 07:13:35 UTC
Permalink
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
configure your system.

Dan


-----Original Message-----
From: Gregg Swanson [mailto:***@microsoft.com]
Sent: Thursday, February 24, 2011 7:54 PM
To: wix-***@lists.sourceforge.net
Subject: [WiX-users] How to issue a "netsh http add urlacl url=.." command
at install time...

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, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
Yan Sklyarenko
2011-02-25 07:34:06 UTC
Permalink
If CAQuietExec custom action is used (as mentioned by Ed previously and as
the name of CA suggests), the console window won't be shown.

-- Yan
Post by 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
configure your system.
Dan
-----Original Message-----
Sent: Thursday, February 24, 2011 7:54 PM
Subject: [WiX-users] How to issue a "netsh http add urlacl url=.." command
at install time...
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, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
Dan Vasilov
2011-02-25 07:41:42 UTC
Permalink
Yes, now I know that :-D
Thank you, I've learned something new today.



-----Original Message-----
From: Yan Sklyarenko [mailto:yansklyarenko+***@gmail.com]
Sent: Friday, February 25, 2011 9:34 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to issue a "netsh http add urlacl url=.."
command at install time...

If CAQuietExec custom action is used (as mentioned by Ed previously and as
the name of CA suggests), the console window won't be shown.

-- Yan
Post by 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
configure your system.
Dan
-----Original Message-----
Sent: Thursday, February 24, 2011 7:54 PM
Subject: [WiX-users] How to issue a "netsh http add urlacl url=.." command
at install time...
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
----------------------------------------------------------------------------
Post by Dan Vasilov
--
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
----------------------------------------------------------------------------
--
Post by Dan Vasilov
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
----------------------------------------------------------------------------
--
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev

Loading...