I'm not as Wix-savvy as I should be (a cop-out that I don't know the
syntax you need) but it seems to me that you just need to specify that
your executable is in [TARGETDIR] (which is probably where you installed
it, right?). You want to be running the program at
[TARGETDIR]SQLite3.exe. 

Phil Wilson 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petrut
Andrei
Sent: Monday, October 23, 2006 12:59 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Set The Working Directory

  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



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