Possible Duplicate:
Wix - change the installation folder based on privilege
Well this question arised when I was trying to solve my problem in How do I get different registry keys for allusers and single user.
Basically what I'm trying to do is:
if ALLUSERS=1 then
set InstallDir to Property1
else
set InstallDir to Property2
Anyone know to do this?