Changing from CURRENTUSER to ALLUSERS

Got a problem you cannot solve? Try here.
Post Reply
jmrunyan
Posts: 3
Joined: Thu Jun 14, 2018 9:51 am

Changing from CURRENTUSER to ALLUSERS

Post by jmrunyan »

We created an installer with CURRENTUSER=TRUE. We want to switch it to ALLUSERS=TRUE in the next version.

Will the installer remove it from the users appdata and install it in the public location?

Thanks,

John
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Changing from CURRENTUSER to ALLUSERS

Post by FrancescoT »

It doesn't exist any CURRENTUSER pre-defined variable.
ALLUSERS: Initially TRUE if platform is NT, FALSE if not. Set to TRUE to perform an installation for all users and FALSE to perform an installation for the current user only.
The new installer will detect the previous installation, only if this is then executed under the same account used to install the previous one. Finally to complete the new installation for all users, this must be an administrative account.
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Post Reply