cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lalitha
Level 3

BAsic MSI setup on Windows 7

We are running basic MSI setup (Installshield 2009) on windows 7.
All the files are not copied onto target system due to some administrator priveleges.

How to give full administrator privileges ? Explicitly, we are giving perimissions through control panel. Is there any option to set them through setup ?

Please guide

thanks
lalitha
Labels (1)
0 Kudos
(5) Replies
Not applicable

Some comment from InstallShield help documents:

Required Execution Level - Use this setting in the Releases view to specify the minimum execution level required by your installation’s Setup.exe file. InstallShield uses the value that you select (Administrator, Highest available, or Invoker) in the application manifest that it embeds in the Setup.exe launcher.
0 Kudos
lalitha
Level 3

Which execution level has to be selected ? Default selection is Invoker.

Setup must be run on windows XP or Windows 7.0.

What needs to be set in Installation requirements page ?
0 Kudos
MSIYER
Level 8

Required Execution Level - Use this setting in the Releases view to specify the minimum execution level required by your installation’s Setup.exe file. InstallShield uses the value that you select (Administrator, Highest available, or Invoker) in the application manifest that it embeds in the Setup.exe launcher


This works only if your msi is wrapped in a setup.exe. Assuming it is, Administrators should just work fine. In this case admin user just authenticates the install at UAC promt. Non-admin has to provide admin credentials at the UAC prompt.

"Highest Available", means whatever level is currently available is chosen.
If admin invoked the install, UAC promt occurs, else not.
0 Kudos
lalitha
Level 3

Thank you . I will try.

There is some other problem as well.
The following are included in Basic MSI setup.
1. A batch file runs in the middle of installation
2. An Application exe is called at the end of installation
3. Another Application exe is called during uninstallation


The setup worked fine on Windows xp.
Both the exe's are called appropriately.


The above application exe's are not called when setup is run on windows 7. I have used LAuchAppAndWait to call the .exe

Is it required to do any other settings or permissions in windows 7 ?


Please guide me.
0 Kudos
datamagnet
Level 5

MSIYER wrote:
This works only if your msi is wrapped in a setup.exe. Assuming it is, Administrators should just work fine. In this case admin user just authenticates the install at UAC promt. Non-admin has to provide admin credentials at the UAC prompt.

"Highest Available", means whatever level is currently available is chosen.
If admin invoked the install, UAC promt occurs, else not.


What is "Invoker" option?
0 Kudos