Anders Ljusberg wrote: > I just ran into this same problem. However, since the old installation > allowed the users to change the value of ALLUSERS, I don't know which > value to use for the new installation. How do I find out which value > was used in the old installation?
The FindRelatedProducts standard action doesn't offer that feature. It uses the current setup's ALLUSERS setting only. You need to call MsiGetProductInfo to get the INSTALLPROPERTY_ASSIGNMENTTYPE property. You might be able to then use that value to set ALLUSERS but that perpetuates the per-machine/per-user split. You can do it in a bootstrapper instead; if the existing app is per-user, uninstall it and then kick off the new install. -- 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