Re: [WiX-users] Question about upgrading.

2009-12-17 Thread Rob Mensching
This is one of those things where I'd have to build a few MSI files and test it. I could see the Windows Installer going a couple ways. On Wed, Dec 16, 2009 at 3:02 PM, Curtis Jewell < lists.wix-us...@csjewell.fastmail.us> wrote: > I've got a property that a custom action will expect to exist if

[WiX-users] Question about upgrading.

2009-12-16 Thread Curtis Jewell
I've got a property that a custom action will expect to exist if a specific directory is supposed to be deleted upon uninstall. I'd like this property (call it UNINSTALL_SITE) to be set under either of two conditions: a) I'm uninstalling, not upgrading, or b) I'm upgrading, but the version number

Re: [WiX-users] Question about upgrading to Wix3 (beta)

2007-02-25 Thread Bob Arnson
James Hill wrote: > So, my question is why are there no .wixlib and .wxl files in the Wix > 3.0 beta distribution. They're included in the WiX extensions. So the WixUI .wixlib is now in WixUIExtension. WiX.chm describes the change. -- sig://boB http://bobs.org --

[WiX-users] Question about upgrading to Wix3 (beta)

2007-02-25 Thread James Hill
Hey Folks, I recently downloaded in installed the latest beta for Wix3 to test its new features. I was trying to create a .msi from one of my previous projects (created for Wix 2.0), and I realized there are no .wixlib (library) files and .wxl (localization) files in the Wix3 distribution. Being o