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

2011-02-24 Thread Dan Vasilov
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

On Fri, Feb 25, 2011 at 9:13 AM, Dan Vasilov  wrote:

>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:gregg.swan...@microsoft.com]
> Sent: Thursday, February 24, 2011 7:54 PM
> To: wix-users@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
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> 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
> WiX-users@lists.sourceforge.net
> 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
WiX-users@lists.sourceforge.net
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2011-02-24 Thread Yan Sklyarenko
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

On Fri, Feb 25, 2011 at 9:13 AM, Dan Vasilov  wrote:

>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:gregg.swan...@microsoft.com]
> Sent: Thursday, February 24, 2011 7:54 PM
> To: wix-users@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
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> 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
> WiX-users@lists.sourceforge.net
> 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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
configure your system.

Dan


-Original Message-
From: Gregg Swanson [mailto:gregg.swan...@microsoft.com] 
Sent: Thursday, February 24, 2011 7:54 PM
To: wix-users@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 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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
WiX-users@lists.sourceforge.net
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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, 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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users