Hi All,

Is there an in built way in WIX, which allows for the modification of
property files (please see below)? I played around with <IniFile>, but this
tag requires a section attribute, which our property files do not have. Any
workarounds or is a custom action in order?

 

Thanks,

Sheeraz

 

The file has an entry as follows:

wrapper.java.command=java\bin\java

 

I want to be able to replace the value of "wrapper.java.command" with
something like "newLocation/bin/java", so the result is as follows:

wrapper.java.command= newLocation/bin/java

 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to