sorry for not being clear, the install script msi must be run under admin credentials,
Main Topics
Browse All TopicsWe have a requirement to provide msi for users to run, which will copy files to c:\windows logged as admin as this is locked down for users credentials.
I need help in creating msi using visual studio installer
has anyone done this before,,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
As this is aimed for remote users, so the msi will be emailed to these users and will be run under thier user credentials.
The problem i have is i want to create installer with admin credentials, so when users execute the msi, the package should install under admin privileges.
We cannot amend it thru gruop policy, because the remote users don't log onto the netwrk often.
Then, it's not possible, and by design. Otherwise, every user might create such installation and thus write to the places he is not allowed to. If the user is not allowed to write into \windows, it's for a reason, and regardless of the tool he is using.
Either you have to make your installation to copy the files to the places where user's permission allows, or you have to request that only admin user can install this package. Practically every system-level application requires this, and it ensures that administrator of the machine is aware of the changes to the machine made by the product.
Business Accounts
Answer for Membership
by: vadimrapp1Posted on 2008-02-27 at 09:06:32ID: 20995795
Please clarify, who is supposed to be logged as admin, what you mean by "locked down for users credentials", and what or who exactly is locked down.