Look at appcmd.exe (create a custom action to call the cmd line tool)

i.e.
string cmdLineParameters = "set apppool /apppool.name:" + quote + 
applicationPool + quote + " /enable32BitAppOnWin64:false";
var cmdLineExe = Environment.GetFolderPath(Environment.SpecialFolder.System) + 
"\\inetsrv\\appcmd.exe";

-----Original Message-----
From: Scott Kreel [mailto:skr...@gmail.com] 
Sent: February-12-13 6:12 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixIISExtension WebAppPool loadUserProfile

Using the WiX Internet Information Services Extension I created a new website 
and a new application pool.  How can I set the Load User Profile setting of the 
application pool to false?
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the 
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to