Hi. Please tell me how can i change the working
directory in my project to the one where I install the
files. I want to take the files from the place where I
install them directly. Instead of:

<Property Id='SQLITE'>C:\Program
Files\Sqlite\SQLite3.exe</Property>
<CustomAction Id="ExecuteSQLite" Property="SQLITE"
ExeCommand='something' Return="asyncNoWait"/>

 I want to write just:

<Property Id='SQLITE'>SQLite3.exe</Property>
<CustomAction Id="ExecuteSQLite" Property="SQLITE"
ExeCommand='something' Return="asyncNoWait"/>

So, I want my setup to know where to look for
SQLite3.exe directly ( it already knows that was
installed in C:\Program Files\SQLite\). I dont' want
to use relative paths, because I need the working
directory, so I don't want to depend on nothing.
    Any ideas? Thanks.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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