Re: [WiX-users] -----SPAM----- Re: problem with XmlConfig when migrating from Wix 3.0 to Wix 3.5

2011-01-02 Thread Neil Sleightholm
I think the problem is that SchedXmlConfig now happens before ConfigureIIs so that the config file hasn't be updated by the time you try to write to it. I tried scheduling SchedXmlConfig after ConfigureIIs but got a different error but am not sure why. Does anyone know why the scheduling of Sch

[WiX-users] Burn issue

2011-01-02 Thread Sean Farrow
Hi: I'm using Burn as a container to hold two msi's. I'd like to use the ui's from the msi in the current implementation. If I remove the bootstrapApplicationRef element I get a lght0001: the given key is not in the dictionary. Is there anyway to use the ui from the original msi? Any help apprecia

Re: [WiX-users] Is upgrading without caching possible.

2011-01-02 Thread Blair
MAJOR UPGRADE = PRODUCT CODE (produ...@id) IS DIFFERENT (VERSION DOESN'T MATTER, EXCEPT IN UPGRADE TABLE) MINOR UPGRADE/MINOR UPDATE = PRODUCT CODE IS SAME, VERSION IS DIFFERENT (UPGRADE TABLE IS IGNORED) SMALL UPDATE = PRODUCT CODE AND VERSION ARE SAME (UPGRADE TABLE IS IGNORED) -Original M

Re: [WiX-users] Creating Unique GUIDs inside a foreach block?

2011-01-02 Thread Blair
The guid autogeneration is based on the keypath including directory path from a well-known directory. What you have is several components, all of which have the exact same directory, and ending in the exact same filename. Given that, they will all get the same auto-guid (that way, they are stable).