Rafuse Robert wrote:
> The target machines have two hard drive partitions, C: and E: and we must
> install components into several folders on both partitions.  We also need to
> install some components to Windows system areas, but not in the standard
> folders that seem to be supported by WiX (for example, we need to install
> custom .cur files to C:\Windows\Cursors).  The destination folders for the
> various components are fixed and we are not at liberty to change them at
> this point.  
>   
You can use custom actions to set target paths to whatever you want. 
Just sequence them after CostFinalize. For the Cursors directory, create 
a Directory element with a name of Cursors under a Directory with an Id 
of WindowsFolder. WindowsFolder is hard-coded and Cursors is the 
"user-defined" one.

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