Re: [WiX-users] Bootstrapper Upgrade Issue

2012-07-16 Thread Tim Comport
However, in this case installation is fine. Only upgrades are affected, and even upgrades complete (seemingly) successfully. There are no other burn processes spawned as suggested in the linked issue (ID: 3538260). In the case I have described it seems as if 'ScheduleReboot' simply causes burn

Re: [WiX-users] Service install in WIX

2012-07-16 Thread Rob Mensching
That should work. Unfortunately, the error message is the generic error message the Windows Installer provides when anything goes wrong starting up your service. Trying debugging the start up of your service while the Windows Installer error message is up. You might find the issue. PS: NetworkServ

[WiX-users] Bundle & per-user or per-machine

2012-07-16 Thread Ross M. Del Busso
I am trying to bundle an msi that prompts for the per-user/per-machine assignment. The msi appears to be installed successfully regardless of the ALLUSERS property. If I omit ForcePerMachine or specify ForcePerMachine="no" on my MsiPackage statement and the msi GUI had set ALLUSERS to 1 on

[WiX-users] Service install in WIX

2012-07-16 Thread Senthil Chandran
Hi, I created a WIX project to install a service, I am using the Account = "LocalSystem" My service not able to do all it needs to do running as LocalSystem, how do I install service as Network Service in WIX set up project? Using Account="NetworkService" or Account="NT AUTHOR

[WiX-users] Burn - installing .NET Framework 3.5 on Windows XP SP2

2012-07-16 Thread Adrian Gantoi
Hi all, I have a problem which I cannot figure out - I created a bundle using WiX 3.6 (build 2803). The UI is a WPF component so I had to request the install of .NET Framework 3.5 for this (UI modified from WiX installer UI - WixBA - changed target framework to 3.5). The bundle fails to install

Re: [WiX-users] Install multiple services using single ServiceHost.exe?

2012-07-16 Thread Dexter
It appears we are going down the right path. Thank you. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-multiple-services-using-single-ServiceHost-exe-tp7579407p7579449.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] To edit custom action return behaviour using orca

2012-07-16 Thread Peter Shirtcliffe
Those values correspond directly to the values described here http://msdn.microsoft.com/en-us/library/windows/desktop/aa368071%28v=vs.85%29 .aspx -Original Message- From: Andy.Kruger [mailto:appr...@gmail.com] Sent: 16 July 2012 08:06 To: wix-users@lists.sourceforge.net Subject: [WiX-us

[WiX-users] To edit custom action return behaviour using orca

2012-07-16 Thread Andy.Kruger
Hi I want to change the return behavior of a custom action from "check" to "ignore" in an already built MSI. How do i go about doing that using orca? which field/column should i change? and how? thanks - Andy Build&Deployment Schneider Electric -- View this message in context: http://windo