Petrut Andrei wrote:
>    Why doesn't work with the first [INSTALLDIR]   ?
>   

If a property is "formatted," that means that whatever uses it will call 
a certain MSI API to resolve property values (and other things supported 
by the Formatted property type). You need to use a custom action to set 
a property to a formatted value (that might contain other property 
values in brackets) But if you're trying to run a file that you install, 
just use something like this:

<CustomAction FileKey="FileId" ExeCommand="arguments" ... />

Then you don't have to worry about setting the path -- MSI automatically 
resolves the FileId to the full path of the specified file installed on 
the target machine.

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