Hi,
My potential AdminStudio customer ask the following questions while going through the 21 day AdminStudio evaluation. Can someone help?
I’m making a package which installs Only files and registries on Userprofile, so it is an per user installation.
But, I’m trying to use the evaluation version to install the app on user contexto but it is not getting me to install per user.
I’ve already make changes on:
But it didn’t get any changes on the package behaviour, it always ask me to run with admin rights.
Is that a limitation on Evaluation product OR its missing something to change on the package to make it ablw to be installed “by defatult” on user account without admin rights?
P.S. As there is no way to get only the msi to perform the installation on trial version, I’vent get a chance to use troubleshooting by command lines and log files....
There is no registries or files installing on machine paths..
Aug 15, 2023 02:05 PM
InstallShield, which is included in AdminStudio as the Editor tool, has it's own product help on our Revenera division's Product Documentation. There is an article on Per-User vs. Per-Machine Installations and what to take into account with both, found here.
Per Microsoft's documentation, AllUsers should be set to "" (empty) to specify the per-user installation. Setting it to "2" is only for certain cases; in yours I would set it to empty.
The evalauation version of AdminStudio includes InstallShield that runs in evaluation mode. InstallShield limits the build options in the evaluation mode to only Compressed MSI due to past abuse by some evaluation users.
Aug 15, 2023 02:18 PM
InstallShield, which is included in AdminStudio as the Editor tool, has it's own product help on our Revenera division's Product Documentation. There is an article on Per-User vs. Per-Machine Installations and what to take into account with both, found here.
Per Microsoft's documentation, AllUsers should be set to "" (empty) to specify the per-user installation. Setting it to "2" is only for certain cases; in yours I would set it to empty.
The evalauation version of AdminStudio includes InstallShield that runs in evaluation mode. InstallShield limits the build options in the evaluation mode to only Compressed MSI due to past abuse by some evaluation users.
Aug 15, 2023 02:18 PM