Re: [WiX-users] Possible to install vcruntimes first in MSI?

2014-10-07 Thread Matt O'Connell
Create a stub msi and merge into that?
On 06/10/2014 19:07, shannon wrote:
 Using an msi output only, is it possible to install prereq's first via wix?
 Specifically, I need to install the VC2008/2013 runtimes, and these must be
 completed before the product install begins or the install will fail. (Have
 tried installing the merge modules, but it appears that these install
 alongside the product, not first.)


 NOTE: The output MUST be an msi, not an exe, since we need to be able to use
 group policy as an install mechanism, so using setupbld.exe to create a
 bootstrapper application unfortunately isn't an acceptable solution. My
 understanding is that similarly, burn.exe will only output an exe, not an
 msi.

 Thanks for any advice,

 Shannon





 --
 View this message in context: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Possible-to-install-vcruntimes-first-in-MSI-tp7597147.html
 Sent from the wix-users mailing list archive at Nabble.com.

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


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Possible to install vcruntimes first in MSI?

2014-10-06 Thread shannon
Using an msi output only, is it possible to install prereq's first via wix?
Specifically, I need to install the VC2008/2013 runtimes, and these must be
completed before the product install begins or the install will fail. (Have
tried installing the merge modules, but it appears that these install
alongside the product, not first.)


NOTE: The output MUST be an msi, not an exe, since we need to be able to use
group policy as an install mechanism, so using setupbld.exe to create a
bootstrapper application unfortunately isn't an acceptable solution. My
understanding is that similarly, burn.exe will only output an exe, not an
msi. 

Thanks for any advice,

Shannon 





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Possible-to-install-vcruntimes-first-in-MSI-tp7597147.html
Sent from the wix-users mailing list archive at Nabble.com.

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


Re: [WiX-users] Possible to install vcruntimes first in MSI?

2014-10-06 Thread Hoover, Jacob
http://msdn.microsoft.com/en-us/library/aa368010(v=vs.85).aspx

Not even Microsoft supports nested/concurrent installs. If your deployment 
method doesn't support an EXE your options are quite limited. 

I would ask what you are doing inside of your install that would require the VC 
Runtimes to be installed, as all the standard WiX CA's should not introduce 
such a dependency. If you're running some crazy CA's inside your install, maybe 
you should consider eliminating or refactoring them. If you are using SelfReg, 
then use Heat to harvest the output and eliminate the need for self-reg.

setupbld.exe has been replaced with Burn. 

-Original Message-
From: shannon [mailto:sje...@yahoo.com] 
Sent: Monday, October 06, 2014 1:07 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Possible to install vcruntimes first in MSI?

Using an msi output only, is it possible to install prereq's first via wix?
Specifically, I need to install the VC2008/2013 runtimes, and these must be 
completed before the product install begins or the install will fail. (Have 
tried installing the merge modules, but it appears that these install alongside 
the product, not first.)


NOTE: The output MUST be an msi, not an exe, since we need to be able to use 
group policy as an install mechanism, so using setupbld.exe to create a 
bootstrapper application unfortunately isn't an acceptable solution. My 
understanding is that similarly, burn.exe will only output an exe, not an msi. 

Thanks for any advice,

Shannon 





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Possible-to-install-vcruntimes-first-in-MSI-tp7597147.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/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=160591471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users