WHERE and HOW do I set "ALLUSERS" in msicode?
Posted: Thu Sep 03, 2020 1:55 am
I'm still relatively new to InstallAware. We use version 18.
How do I set the pre-defined variable "ALLUSERS" within msicode? I know how to do it from an msiexec commandline.
I've been looking at the help files and they tell me everything except WHERE I should set "ALLUSERS"
Is it as simple as
ALLUSERS=TRUE at the top of the file?
I need to make sure that this msi always does a 'Per-Machine" install.
How do I set the pre-defined variable "ALLUSERS" within msicode? I know how to do it from an msiexec commandline.
I've been looking at the help files and they tell me everything except WHERE I should set "ALLUSERS"
Is it as simple as
ALLUSERS=TRUE at the top of the file?
I need to make sure that this msi always does a 'Per-Machine" install.