On 2013-02-04 22:29, Eric Schultz wrote:
> All,
>
> I've created a simple ExeRunner application that can be embedded into your
> bundle and then be called to run a command on the destination computer. To
> install .NET Framework 3.5 and less on Win 8, the entire command line would
> be:
>
> ExeRunner.exe C:\Windows\system32\dism.exe /online /norestart
> /enable-feature /featurename:netfx3
>
> If the inner command fails, it's error code is returned.

If you can call ExeRunner.exe, why can't you call dism.exe directly?

Marc


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to