hello again,...

i'd "write" a custom action to create an mysql database on an server:

<CustomAction ExeCommand="/k &quot;mysql --user=[SQLUSER] 
--password=[SQLPASSWORD] --port=[SQLPORT] --host=[SQLSERVER] &lt; 
C:\Programme\MySQLDB.sql&quot;" Id="CmdLine4" Property="CmdLine1_PROP" 
Return="ignore" />

this workes fine. but i want to use a relative path in the execommand, 
something like [INSTALLDIR]MySQLDB.sql but this didn't work. does 
anybody know why? e.g. [SQLUSER] workes fine to.

thanks norbert

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to