Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Tabmow
Bob Arnson-6 wrote: > > Tabmow wrote: >> Thanks Bob. We won't be using managed code. Excuse my ignorance, but >> what >> is GAC? >> > > Global Assembly Cache, where managed assemblies are native SxS > assemblies are installed. > > > ok. Thanks again Bob. -- View this message in co

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Bob Arnson
Tabmow wrote: > Thanks Bob. We won't be using managed code. Excuse my ignorance, but what > is GAC? > Global Assembly Cache, where managed assemblies are native SxS assemblies are installed. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Tabmow
Bob Arnson-6 wrote: > > Tabmow wrote: >> Can i >> confirm one thing with you guys: if i do this, RemoveExistingProducts >> will >> still work to get rid of the previously installed version irregardless of >> whether the 'changed' files have different GUIDs in the new installer, >> right? >

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Bob Arnson
Tabmow wrote: > Can i > confirm one thing with you guys: if i do this, RemoveExistingProducts will > still work to get rid of the previously installed version irregardless of > whether the 'changed' files have different GUIDs in the new installer, > right? Yes, though there are some bugs around

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Curtis Jewell
What I'm doing in a situation much like that is using an interpreted language to generate my .wxs files... That way, I have control over how the GUID's are generated. I have to admit I use Perl to do it, but you could do it in another language, as long as it can generate type 4 GUIDs (the ones i

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Tabmow
Bob Arnson-6 wrote: > > John Robbins wrote: >> If you have such radical changes in files, you may want to do is always >> go the major upgrade route and schedule an uninstall of the previous >> version. That way you don't have to worry about the individual files >> changing. The always brilliant

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread Thomas S. Trias
/ Original Message Subject: [WiX-users] Question about including large number of "modified"files... From: Tabmow To: wix-users@lists.sourceforge.net Date: 2/25/2009 1:15 PM > Hi all, >I'm new to wix, and have looked at the tutorial at tramonta and searched &g

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread Bob Arnson
John Robbins wrote: > If you have such radical changes in files, you may want to do is always go > the major upgrade route and schedule an uninstall of the previous version. > That way you don't have to worry about the individual files changing. The > always brilliant Bob Arnson write about this

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread John Robbins
rades/ Hope it helps! John Wintellect http://www.wintellect.com 877-968-5528 >-Original Message- >From: Tabmow [mailto:tabmo...@gmail.com] >Sent: Wednesday, February 25, 2009 11:16 AM >To: wix-users@lists.sourceforge.net >Subject: [WiX-users] Question about including lar

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread Tabmow
Hi Brian, Thanks for the reply. I fully get the difficulty of doing dynamic creation, that's why I think having a zip file in there would work in this situation, but all the conversations about wix & zip files seem pretty negative, hence why I thought I'd ask. Yes, I'm using wix 2.0 -> I don

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread Brian Rogers
Hey, First, I just want to re-iterate the difficulty in doing dynamic creation of WIX source files (wxs). See what Bob Arnson had to say ( http://www.joyofsetup.com/2008/12/30/paying-for-upgrades/). Second, it looks like you are using WIX 2.0 as you mentioned tallow.exe. In WIX 3.0 this has been

[WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread Tabmow
Hi all, I'm new to wix, and have looked at the tutorial at tramonta and searched around various places, but the answer to this isn't immediately obvious to me, so I was hoping someone could help shed some light on it. Our installer will be installing 3 large directories. Two of them are comp