Glen Harvy wrote:
> Frankly, I had hoped to record the directory in the Registry but I can't 
> figure out how I will know which option the end user is going to chose!

It's valid for the directory to change after installation.  Not common 
I'd guess, but you should be able to handle that.

Another way is just to work out which registry entries you've got - the 
installation type is implicit in where you store them - if it's per user 
they will all be in HKCU and if it's per machine they will all be in 
HKLM.  Since you're going to have to check this anyway if you're using 
the registry at all you might as well use that information.

Tony




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