I ran the ICE validation from ORCA, Examined the output to see if anything
related to the custom action and nothing did.
However - the bug is now gone.
As of two builds ago I am no longer seeing the installer in an
XP environment execute this CA - what changed. Pretty much nothing that
should hav
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 "
>> To check for versions of 64-bit Windows use the VersionNT64 property.
This isn't strictly necessary. On 64 platforms, VersionNT64 _and_ VersionNT
properties are created.
It's ok to just check the VersionNT value.
You only really need to use the VersionNT64 property to determine if the OS
is 64
nal inside the CA.
-Original Message-
From: Paul Brook [mailto:brook.p...@gmail.com]
Sent: Thursday, July 28, 2011 3:32 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem with CA executing when it shouldn't
It was easy to test but unfortuna
-Original Message-
> From: Paul Brook [mailto:brook.p...@gmail.com]
> Sent: Thursday, July 28, 2011 2:42 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Problem with CA executing when it shouldn't
>
> I have several deferred Custom Action
o: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Problem with CA executing when it shouldn't
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 o
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
7 matches
Mail list logo