Re: [WiX-users] Problem with CA executing when it shouldn't

2011-08-01 Thread Paul Brook
that. On Mon, Aug 1, 2011 at 3:00 PM, Paul Brook wrote: > I checked the InstallExecuteSequence table and located the > ScheduleStartRecorder action with this condition, which is correct: > VersionNT<600 AND (NOT REMOVE~="ALL" OR UPGRADINGPRODUCTCODE) >

Re: [WiX-users] Problem with CA executing when it shouldn't

2011-08-01 Thread Paul Brook
I checked the InstallExecuteSequence table and located the ScheduleStartRecorder action with this condition, which is correct: VersionNT<600 AND (NOT REMOVE~="ALL" OR UPGRADINGPRODUCTCODE) Here's the property: Property(S): ScheduleStartRecorder = "C:\WINDOWS\system32\SCHTASKS.EXE" /CREATE /F /TN "

Re: [WiX-users] Problem with CA executing when it shouldn't

2011-07-28 Thread Paul Brook
s. On Thu, Jul 28, 2011 at 2:53 PM, Hoover, Jacob wrote: > > Paul, > Just a guess here but is it valid to mix and match CData sections? > IE, you could try changing: > > AND (NOT REMOVE~="ALL" > OR UPGRADINGPRODUCTCODE) > > to > > > > >

[WiX-users] Problem with CA executing when it shouldn't

2011-07-28 Thread Paul Brook
I have several deferred Custom Actions that are conditioned to run only on XP or W7 All are using a variation on the same condition either for W7 or Vista or for XP Just to ward off any comments about Win 2000 and older this installer is targeted for hardware that our company makes and distribute

Re: [WiX-users] bootstrapper for non-Microsoft installer - warning "item not located"

2011-03-30 Thread Paul Brook
onents="True" OutputPath="$(OutputPath)" Path="C:\Program > Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\" /> > > Additionally an additional folder is created and the prerequisite is > not included into the setup.exe > > > Regards > T

Re: [WiX-users] bootstrapper for non-Microsoft installer - warning "item not located"

2011-03-28 Thread Paul Brook
f > product.xml and package.xml) > C:\Program Files (x86)\Microsoft > SDKs\Windows\v7.0A\Bootstrapper\Packages\YourPackage > against > C:\Program Files (x86)\Microsoft > SDKs\Windows\v7.0A\Bootstrapper\Packages\SQL Server Compact Edition > > > Regards, > Tobias >

[WiX-users] bootstrapper for non-Microsoft installer - warning "item not located"

2011-03-25 Thread Paul Brook
Hi all, I am attempting to build a bootstrapper for my wix installer in order install another program our customer wants deployed along with ours. I've been given the .msi file. Here's the error / warning I'm getting: warning MSB3155: Item 'Network.Configurator' could not be located in 'C:\Progra

Re: [WiX-users] Is this a GUID matching problem - how to resolve.

2009-11-08 Thread Paul Brook
nstalled). The only way that happens is by making the component guids match. And the best way to do that is to not autogenerate them, or if you must autogenerate them, use "*" as the component guid values so that the binder will produce the component guid values in a stable way. -O

[WiX-users] Is this a GUID matching problem - how to resolve.

2009-11-07 Thread Paul Brook
I am building a WIX installer that will have to upgrade a Visual Studio deployment project .msi. When I run the major upgrade installer it replaces the entry in the Program and Features list OK but none of the files are left after the RemoveExistingProducts Before="InstallFinalize" (tried both Befo