App for all

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Can I force setup to install the app for all the users and not "Just for
me"?

Thanks

Regards
 
You'll need to edit the raw MSI file. You can do that with Orca (install from
Orca.msi from the Windows Installer section of the Platform SDK). Open the MSI
file with Orca, go to the Property table in the left hand pane. Change the Value
of FolderForm_AllUsers from ME to ALL.
You could automate this if it gets tedious. VBScript can open and edit the MSI
file with the Windows Installer automation object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top