I need to create an installer which can be downloaded from net and installed without any Admin rights.
I've Created a "Install Shield MSI Project" . In Release Wizard I've chosen
Media Type -> Web,
Web Type -> Install From The web,
one .cab per component,
Checked One Click Install,
In Release tab Setup I've chosen Required execution level -> Invoker, Advertise If Prerequisite are elevated -> Adversite:silent, InstallShield Prerequisite location -> Download from web,
Generate One Click Install ->Yes,
In property Manager I've set
ALLUSERS=2 and MSIINSTALLPERUSER=1
I'm able to download the installer and can install it but it asks for Admin password. How can I remove this UAC?