Title: WixUI_InstallDir problems
Nordvik, Christer wrote:
And then I end up with the following folder structure:
C:\Inetpub\wwwroot\MyApp\v2.0.0\bin
C:\Inetpub\wwwroot\MyApp\v3.0.0
 
It seems that the bin folder doesn't receive the new value of INSTALLLOCATION so it uses the previous value. Any idea as to what is causing this behavior?
I'm afraid that's how it works. WixUI_InstallDir lets you specify at install time the path of one directory. Subdirectories and parent directories aren't affected. However, you can have custom actions set the subdirectory paths based on the chosen "root."
-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to