I have just updated to WiX v 3.0.4603.0 and the install location has changed, it was:
"C:\Program Files\Windows Installer XML Toolset v3"
and it is now
"C:\Program Files\Windows Installer XML Toolset 3.0.4603.0".
Discussion
Anonymous
-
2008-10-14
Also, the old folder name was acutally "C:\Program Files\Windows Installer XML v3" i.e. no "Toolset".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-10-18
I have reopened this because it is not fixed. The folder location is overridden by the property ApplicationFolderName so this needs to change to $(var.ProductDirectoryName) as well - patch attaced.
Also, the old folder name was acutally "C:\Program Files\Windows Installer XML v3" i.e. no "Toolset".
I have reopened this because it is not fixed. The folder location is overridden by the property ApplicationFolderName so this needs to change to $(var.ProductDirectoryName) as well - patch attaced.
<property id="user-content-ApplicationFolderName" value="$(var.ProductDirectoryName)">
File Added: wix.patch</property>
I can confirm this is fixed in v3.0.4624.0