Re: [WiX-users] install path parsing?

2007-06-22 Thread Bob Arnson
Steve Baker wrote: > That is probably what I will end up doing. The only reason i was > shooting for not hardcoding the versioned directory is because i > wanted the person installing to have the ability to choose a > completely different INSTALLDIR (without the version in it) if they so > choo

Re: [WiX-users] install path parsing?

2007-06-22 Thread Steve Baker
ctionality to work it. i agree though, it probably isn't worth the trouble. thanks, steve From: Bob Arnson <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2007 5:39 PM To: steve baker <[EMAIL PROTECTED]> Subject: Re: [WiX-users] install pa

Re: [WiX-users] install path parsing?

2007-06-21 Thread Bob Arnson
steve baker wrote: I would like to modify this (or find a better way :P) to now have the installation remember the APPLICATIONDIR directory instead of the INSTALLDIR in the directory hierarchy below so that when the next version is installed it will give a default path with the same applicat

[WiX-users] install path parsing?

2007-06-21 Thread steve baker
I have an application that will be installed multiple times on the same machine in a directory structure like: -Company -App -1.1.0 -1.2.0 -1.3.0 I am using WixUI_InstallDir and would like to be able to set the default installation directory of the next installation