Hi all,

I'm trying to get the following command line to run during a Windows 8 install  
of our product.

Dism /online /enable-feature /featurename:NetFx3 /All /Source:x:\sources\sxs 
/LimitAccess

I've added the following code and many variations to my installer to try to get 
Windows 8 to install .Net 3.5 with no luck. It installs .Net 3.5 correctly from 
an elevated command prompt, just not from within the installer. Does anyone 
have any suggestions?

<Property Id="QtExecCmdLine" Value='"Dism" /online /enable-feature 
/featurename:NetFx3 /All /Source:x:\sources\sxs /LimitAccess'/>
    <CustomAction Id="SilentLaunch" BinaryKey="WixCA" DllEntry="CAQuietExec" 
Execute="immediate" Return="check" />

I'm trying to avoid adding the .Net 3.5 payload to the installer because we 
already ship .Net 2.0 to support Windows 2000 and can't use the 3.5 for 2.0 
support there.


Thanks!!


-          Bill

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to