[wix-users] InstallExecuteSequence not changed in patch
Christopher Painter
chrpai at iswix.com
Thu Jan 3 04:52:38 PST 2019
What happens if you give it a condition that always evaluates to true?
________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Dadang Adi Hendradi via wix-users <wix-users at lists.wixtoolset.org>
Sent: Tuesday, January 1, 2019 9:37 PM
To: wix-users at lists.wixtoolset.org
Cc: Dadang Adi Hendradi
Subject: [wix-users] InstallExecuteSequence not changed in patch
Hello,
I have created patch
The original MSI as below
<InstallExecuteSequence>
<Custom Action="CA_ModifyConfig" After="InstallFinalize">NOT
Installed</Custom>
</InstallExecuteSequence>
Then I changed in new MSI as below
<InstallExecuteSequence>
<Custom Action="CA_ModifyConfig" After="InstallFiles"></Custom>
</InstallExecuteSequence>
After building the patch, I open with orca
InstallExecuteSequence in original MSI
[image: image.png]
InstallExecuteSequence after view patch on Transform menu
[image: image.png]
As we can see, patch only change the Sequence to 4001 (this is correct,
because I change to After="InstallFiles")
but the Condition is not changed, I expect the Condition to clear because I
didn't put any condition in Custom tag
I create the original MSI and the new one with candle, lit, and light, with
WiX version 3.10.3.3007
Can some one help me
Regards
Dadang Adi Hendradi
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
WiX Support | WiX Experts and Resources from FireGiant<http://www.firegiant.com/>
www.firegiant.com
WiX Support | Installation, Development, Deployment | WiX Experts and Resources from FireGiant
More information about the wix-users
mailing list