[wix-users] [WIX]:How to change this INSTALLDIR property temp path in MSI execution time.

Dileep S dileep.sanampudi at gmail.com
Mon Nov 16 21:42:05 PST 2015


This gives an error like [TempFolder] cannot be found.
If i changed to below it is working
<SetProperty Id="INSTALLDIR" Before="CostFinalize" Value="[TempFolder]" />


On Mon, Nov 16, 2015 at 8:30 PM, Phill Hogland <phill.hogland at rimage.com>
wrote:

> I am not sure that I understand your question, but did you try
> <Property Id="INSTALLDIR" Value="[TempFolder]" />
>
> -----Original Message-----
> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf
> Of Dileep S
> Sent: Monday, November 16, 2015 4:18 AM
> To: General discussion for Windows Installer XML toolset. <
> wix-users at lists.sourceforge.net>; WiX Toolset Users Mailing List <
> wix-users at lists.wixtoolset.org>
> Subject: [wix-users] [WIX]:How to change this INSTALLDIR property temp
> path in MSI execution time.
>
> Hi All,
>
> I have created a sample MSI package using WIX 3.7.
>
> Currently, i am overwriting the INSTALLDIR property to the below location:
> <Property Id="INSTALLDIR" Value="C:\ABCD\Sample" />
>
> Now, i want to change this to temp folder path while running MSI package.
>
> How to change this INSTALLDIR property temp path in MSI execution time.
>
> Please help me on this.
>
> Thanks in advance.
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>



More information about the wix-users mailing list