JoeMarks
2014-02-19 10:50:03 UTC
Hi everyone!
I was doing some changes to an existing installer, and I needed to enable
.Net 3.5 on Windows 8.
This can easily done with the comand "dism.exe /online /enable-feature
/featurename:NetFX3 /all /NoRestart".
So I was doing a simple Installer to add to my Bootstrapper that would run
this command.
The code is below:
The problem is that the setup keeps failing when installing... log is below:
Google didn't show much, tried some custom UI, running as Admin (I already
am Administrator)
I'm testing this on a VM with windows 8.1, running the setupo from the
Desktop. Also I'm using Wix 3.8 with Visual Studio 2012
Any help will be much appreciated.
PS: Sorry if you received this topic more than once, I had some issues with
the mailing list subscription.
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Simple-MSI-failing-Error-3-2147287038-tp7592771.html
Sent from the wix-users mailing list archive at Nabble.com.
I was doing some changes to an existing installer, and I needed to enable
.Net 3.5 on Windows 8.
This can easily done with the comand "dism.exe /online /enable-feature
/featurename:NetFX3 /all /NoRestart".
So I was doing a simple Installer to add to my Bootstrapper that would run
this command.
The code is below:
The problem is that the setup keeps failing when installing... log is below:
Google didn't show much, tried some custom UI, running as Admin (I already
am Administrator)
I'm testing this on a VM with windows 8.1, running the setupo from the
Desktop. Also I'm using Wix 3.8 with Visual Studio 2012
Any help will be much appreciated.
PS: Sorry if you received this topic more than once, I had some issues with
the mailing list subscription.
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Simple-MSI-failing-Error-3-2147287038-tp7592771.html
Sent from the wix-users mailing list archive at Nabble.com.