Re: [WiX-users] How do I get different registry keys for allusers and single user

2012-08-13 Thread Rob Mensching
Do both searches then use SetProperty conditioned by the ALLUSERS to set another Property to the final value. On Mon, Aug 13, 2012 at 2:47 AM, Huang, Deqing wrote: > Hi All, > > My program will be installed to a path in registry, which has two > different values for single user and all users. > S

[WiX-users] How do I get different registry keys for allusers and single user

2012-08-13 Thread Huang, Deqing
Hi All, My program will be installed to a path in registry, which has two different values for single user and all users. So I'd like to have something like: if single user, then else if ALLUSERS, then Christopher in stackoverflow told me to use SetProperty custom action to assign d