>> 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."
        
This seems very strange to me since the other GUI's change the
INSTALLLOCATION and is affecting all the subdirectories. How would I
implement this with custom actions? Never used them before... Seems to
me that it would be quicker to switch to WixUI_Minimal and just tweak
the GUI files? 

-Christer



-------------------------------------------------------------------------
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