Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Non-Administrator Users


1 reply to this topic

aggie

aggie
  • Members
  • 2 posts

Posted 18 April 2006 - 01:07

Use MSI3.1 on Windows 2003 SP1

- can users without administrator privilege install a MSI package? where can I
set this up
- can users without adminstrator privileges install in C:\Program Files?

- can I install two copies of same application (same productversion) on a
given system?
eg. install the same project.msi twice into C:\project1 and C:\project2

if that is indeed possible, how can we patch the two installations separately?

appreciate responses and/or pointers

thanks in advance!

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 April 2006 - 11:43

QUOTE
- can users without administrator privilege install a MSI package? where can I set this up
Yes, if you make sure your setup doesn't try to write to any location where a restricted user isn't allowed to write. Or you can have the administrator "publish" the product (via Group Policy).

QUOTE
- can users without adminstrator privileges install in C:\Program Files?
In general no, unless the administrator has either changed the default security restrictions, or has "blessed" the setup by publishing it.

QUOTE
- can I install two copies of same application (same productversion) on a
given system?
That's a problem. You can do it but each copy needs a different ProductCode. Windows Installer has a feature called "Instance Transforms" for that purpose, but some restrictions apply (in particular this doesn't work on some Windows versions)