They have the same GUID because they both are related to the same Merge
Module (the guid is your merge module's guid).

The warning is ignorable because the two properties don't depend on each
other. Mergemod.dll from Microsoft's own SDK is what creates those actions,
and I don't know of a way to change the sequence number they use except via
post-build manipulation of the MSI package.

-----Original Message-----
From: Bruce Cran [mailto:br...@cran.org.uk] 
Sent: Saturday, June 05, 2010 3:20 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] ProgramFilesFolder and ProgramFiles64Folder, GUIDs and
merge modules

Hi,

I've just moved the majority of my installer logic to a merge module to
enable users to integrate the product into their own installers.
However when building a 64-bit MSI, I now get the following warnings:

light.exe : warning LGHT1076 : ICE82: This action
ProgramFilesFolder.CBD780C2_8B E5_4537_B7EC_5D2268D62C65 
has duplicate sequence number 1 in the table InstallExecuteSequence 

It appears to be occurring because both ProgramFilesFolder and
ProgramFiles64Folder have have the same sequence number of 1. They also
have the same GUID - should they? I guess that since there are no
dependencies between the directories it shouldn't matter which gets
installed first, but I'd like to get rid of the warning if possible.

-- 
Bruce Cran

----------------------------------------------------------------------------
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to