Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Phil Wilson
Blair > > > > > > > From: r...@robmensching.com > > > > To: wix-users@lists.sourceforge.net > > > > Date: Fri, 22 Nov 2013 00:32:25 + > > > > Subject: Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs > > > Volume free space... >

Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Tony
ation (reg value) vs TARGETDIR vs > > Volume free space... > > > > > > Depends how you defined InstallLocation in your Directory tree. The > > TARGETDIR behavior you noted is the Windows Installer documented > behavior. > > > > > > -Original Message- >

Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Tony
e > defined > > by well known system paths. > > > > -Blair > > > > > From: r...@robmensching.com > > > To: wix-users@lists.sourceforge.net > > > Date: Fri, 22 Nov 2013 00:32:25 + > > > Subject: Re: [WiX-users] Ins

Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Blair Murri
well known system paths. > > -Blair > > > From: r...@robmensching.com > > To: wix-users@lists.sourceforge.net > > Date: Fri, 22 Nov 2013 00:32:25 + > > Subject: Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs > Volume free space... > > >

Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Tony
e advice to not use > TARGETDIR for anything except the "parent" of directories that are defined > by well known system paths. > > -Blair > > > From: r...@robmensching.com > > To: wix-users@lists.sourceforge.net > > Date: Fri, 22 Nov 2013 00:32:25 + >

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-10 Thread MeCoco
al Message- >> From: MeCoco [mailto:vcotirl...@hotmail.com] >> Sent: 09 March 2011 15:03 >> To: General discussion for Windows Installer XML toolset. >> Subject: Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has >> the default value, not the used one) &

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-10 Thread MeCoco
n as INSTALLDIR. > > -Original Message- > From: MeCoco [mailto:vcotirl...@hotmail.com] > Sent: 09 March 2011 15:03 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has > the default val

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-09 Thread David Watson
:03 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one) Hi Michael, Thanks again for the explanation. Could you also tell me please what are the following lines of code actually do

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-09 Thread MeCoco
Hi Michael, Thanks again for the explanation. Could you also tell me please what are the following lines of code actually do?: Thanks! MeCoco On 3/9/2011 3:08 PM, Michael Urman wrote: > That doesn't look like it creates a component whose Directory is > INSTALLDIR. It may put the component's

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-09 Thread Michael Urman
That doesn't look like it creates a component whose Directory is INSTALLDIR. It may put the component's file in the same directory, but since custom actions could override this, it doesn't count. What you need is the Directory_ column of the Component table to say INSTALLDIR instead of MyApp.Binari

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-09 Thread MeCoco
Hi Michael, Thanks for your answer. Is the following code not enough to preserve the INSTALLDIR directory? As the file MyApp.app.config ends up going into the INSTALLLOCATION directory? I am not even sure what the: is doing as the: doesn't have any Name parameter, so it l

[WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-08 Thread Leung, John C.H.
: 3 Date: Tue, 8 Mar 2011 10:31:20 +0100 From: MeCoco Subject: Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one) To: "General discussion for Windows Installer XML toolset." Message-ID: Content-Type: text/plain; charset=&

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-08 Thread Michael Urman
Directories are only automatically preserved when there is a component that installs to it. So make sure at least one component installs to INSTALLDIR. On Tue, Mar 8, 2011 at 03:31, MeCoco wrote: > Hi all, > > I tried to create a small sample to reproduce the problem I'm having, > and after a lot

Re: [WiX-users] INSTALLLOCATION wrong value during uninstall (has the default value, not the used one)

2011-03-08 Thread MeCoco
Hi all, I tried to create a small sample to reproduce the problem I'm having, and after a lot of tries I managed to reproduce it. The problem is described extensivly in my previous email, but a summary would be: if the user, when installing, changes the default directory (eg: from C:\Program F

Re: [WiX-users] {INSTALLLOCATION] Not Expanding to It's Value in a Type 2 Custom Action

2010-07-22 Thread John Cooper (Volt)
:pshirtcli...@sdl.com] Sent: Tuesday, July 20, 2010 1:28 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] {INSTALLLOCATION] Not Expanding to It's Value in a Type 2 Custom Action Deferred custom actions have access to a very limited set of properties. This

Re: [WiX-users] {INSTALLLOCATION] Not Expanding to It's Value in a Type 2 Custom Action

2010-07-20 Thread Peter Shirtcliffe
taller XML toolset. Subject: [WiX-users] {INSTALLLOCATION] Not Expanding to It's Value in a Type 2 Custom Action I have a Type 2 Custom Action that isn't working right. LG_IIS7Installer.exe is running, but INSTALLLOCATION is not expanding. INSTALLLOCATION is set as a property= on the msiexec c

[WiX-users] {INSTALLLOCATION] Not Expanding to It's Value in a Type 2 Custom Action

2010-07-19 Thread John Cooper (Volt)
I have a Type 2 Custom Action that isn't working right. LG_IIS7Installer.exe is running, but INSTALLLOCATION is not expanding. INSTALLLOCATION is set as a property= on the msiexec command line, and the files get installed into the right places. But instead of he path expected, INSTALLLOCATION

Re: [WiX-users] installlocation

2010-06-15 Thread Blair
sravi...@yahoo.com] Sent: Tuesday, June 15, 2010 2:21 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] installlocation Hi, I mean my msi is not copying the files in the correct path(installed path of an application) during modifying option. How to get the installed path for an applic

[WiX-users] installlocation

2010-06-15 Thread subramanyeswari
Hi, I mean my msi is not copying the files in the correct path(installed path of an application) during modifying option. How to get the installed path for an application during the install and how to use that path during modify option of an msi. Can any one give me an idea/example on how to

Re: [WiX-users] installlocation at runtime with customaction

2010-04-12 Thread Bob Arnson
On 4/12/2010 3:26 PM, lewisv wrote: > I figure a custom action called after costinitialize could get the locations > just fine. Even return the default directories as needed. My question though > is how to organize the directory xml, and put my directories in there. > If you're setting the targ

[WiX-users] installlocation at runtime with customaction

2010-04-12 Thread lewisv
I have several subdirectories that need to be created and shared when i install my app. During the first time install they will look something like this AppData Photos Reports But each of these could hold a lot of data. So my app is built to be able to look on different drives. The user c

Re: [WiX-users] InstallLocation

2006-11-27 Thread Wilson, Phil
You need a type 51 custom action that sets ARPINSTALLLOCATION. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Brown Sent: Monday, November 27, 2006 11:16 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] InstallLocation

[WiX-users] InstallLocation

2006-11-27 Thread John Brown
Hi, I want to be able to complete an install such that the InstallLocation property of the Win32_Product WMI class is properly filled in. Here is an example script for enumerating Win32_Product instances and their properties: --- cut products.js -