You need to use the remember pattern to persist the value of the property from 
the initial install to repair, upgrade, and uninstall.

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise 
Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com



-----Original Message-----
From: wixtester [mailto:sangee...@hotmail.com] 
Sent: Friday, June 5, 2015 12:39 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to use ProgramFiles64Folder in 
ConfigurableDirectory

The e-mail below is from an external source.  Please do not open attachments or 
click links from an unknown or suspicious origin.

Thank you. It looks like configurabledirectory is fine with uppercase variable 
or directory id. 

ConfigurableDirectory="$(var.PLATFORMPROGFILES)" seemed to work.

  <?if $(var.ProcessorArchitecture) = x64 ?>
  <?define PLATFORMPROGFILES = "PROGRAMFILES64FOLDER" ?>
  <?else ?>
  <?define PLATFORMPROGFILES = "PROGRAMFILESFOLDER" ?>
  <?endif ?> 


---- However during Maintenance install, the Location Path on CustomizeDlg does 
not show the custom install path (C:\mynewpath\). It provides the default path 
(c:\program files\mycompany) How do I get the new path to display?

thanks,
wixtester



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-use-ProgramFiles64Folder-in-ConfigurableDirectory-tp7600542p7600547.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to