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

Reply via email to