md5hans wrote:
> I tried to set the "PACKAGE_NAME" property as a command line parameter when
> running my msi. I have set the property to "MyDir" and there exists a path
> c:\Geodata\index\mydir on the computer that the msi is executet on. 
>
> The parameter is set but I get an error: "Could not access network
> connection MyDir". 
>   

You're specifying a directory's ID so yes, it has to be the whole path. 
The Directory hierarchy must be defined statically, not using 
properties. Once that's set, you can use custom actions to change where 
directories point to but AFAIK, they're always going to require the full 
path.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to