Re: [WiX-users] Major upgrade removing files

2014-04-23 Thread Phil Wilson
de [mailto:kirann.he...@gmail.com] > Sent: Tuesday, April 22, 2014 10:41 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Major upgrade removing files > > Folks, > > Thanks for all the responses. > > This issue happens even with normal files(not j

Re: [WiX-users] Major upgrade removing files

2014-04-23 Thread Wheeler, Blaine (DSHS/DCS)
-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade removing files Folks, Thanks for all the responses. This issue happens even with normal files(not just assemblies) MSI (s) (48:F0) [07:39:21:024]: Disallowing installation of component: {4D2EB851-13AC-500F-9704-AB78102F8D0F} since

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Jav

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread kirannhegde
Folks, Thanks for all the responses. This issue happens even with normal files(not just assemblies) MSI (s) (48:F0) [07:39:21:024]: Disallowing installation of component: {4D2EB851-13AC-500F-9704-AB78102F8D0F} since the same component with higher versioned keyfile exists I dont want to implemen

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Carter Young
on you're not really supposed to just yank things out of the > GAC or Win32 assembly stores. > > -Original Message- > From: Carter Young [mailto:ecyo...@grandecom.net] > Sent: Tuesday, April 22, 2014 2:54 PM > To: wix-users@lists.sourceforge.net > Subject: Re:

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: Tuesday, April 22, 2014 2:54 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade removing files Dobt all Assemblies get added to the GAC though?? Then use the Version Search to Search the GAC. Could be totally wr

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Carter Young
good" answer for assemblies. As a warning: >> sequencing REP before CostInitialize does cause an ICE27 error. >> >> -----Original Message- >> From: Phil Wilson [mailto:phildgwil...@gmail.com] >> Sent: Tuesday, April 22, 2014 11:04 AM >> To: General discussi

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
014 2:18 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade removing files I may be talking out the side of my mouth here,, but why cant he remove version N doing a version check like so: http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/check_the_version_num

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Carter Young
From: Phil Wilson [mailto:phildgwil...@gmail.com] > Sent: Tuesday, April 22, 2014 11:04 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Major upgrade removing files > > This shouldn't apply to later MSI engines - according this KB > article it sho

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
11:04 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Major upgrade removing files This shouldn't apply to later MSI engines - according this KB article it shouldn't be a problem if you make sure you have at least MSI 4.0, or ship the 4.5 redist. http://support.micros

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Jav

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Phil Wilson
This shouldn't apply to later MSI engines - according this KB article it shouldn't be a problem if you make sure you have at least MSI 4.0, or ship the 4.5 redist. http://support.microsoft.com/kb/905238/en-us but I vaguely remember the original MSI needs installing with a correct MSI engine too,

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
The always overwrite flag in InstallShield just sets the FileVersion column to 65535.0.0.0. WiX has the DefaultVersion field, which should duplicate the experience. Alternatively, just modify the MSI post-build for this one-off. It would be easier if you were not using an assembly file because y