Is that possible?

I don't write the software or know much about its operation. I just build and 
deploy it.

Any light you can shed on the subject is much appreciated.

Thank you


-----Original Message-----
From: Rob Mensching [mailto:r...@firegiant.com] 
Sent: Monday, October 06, 2014 12:16 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Set 'Enabled Protocols' in msi file?

Could you set that in your web.config instead?

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/



-----Original Message-----
From: Norman Tiedemann [mailto:ntiedem...@ebsco.com] 
Sent: Monday, October 6, 2014 6:52 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Set 'Enabled Protocols' in msi file?

Hello,

I have a few web applications that require net.tcp protocol to be enabled for 
them to function properly:

Is there a way that the MSI file can set this during the installation so it 
does not require intervention afterward?

I do have a script that modifies this setting but am looking for a way to set 
this in the MSI file so I dont need to run the script afterward.
     C:\Windows\System32\inetsrv\appcmd set config 
-section:system.applicationHost/sites "/[name='Default Web 
Site'].[path='/<PathToWebapp>'].enabledProtocols":"http,net.tcp"  
/commit:apphost

Thank you.

NormT


------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to