I want to alter the install path for single user installations.
Specifically, when ALLUSERS="", I want to append a 'Software' subdirectory
to the end.I've tried a type 51 action like this:

<CustomAction Id="append_to_install_path" Property="HostDir"
Value="[HostDir]Software" />

(HostDir is the usual end of my install path).
I've scheduled this before CostFinalize.

I guess [HostDir] is still empty at that time, because when I attempt to
append to it all I get is 'Software' (nothing preceeding it).

I've also tried a <SetDirectory> action with similar results.

Is there a better way to do this?

Thanks
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to