How to install programs only for certain users?

  • Thread starter Thread starter Hubert Felber
  • Start date Start date
H

Hubert Felber

Hello,

Is there a way in XP professional to install programs only for the current
user? We have several users on the machine and I don't want to see the
programs from a different user in my environment. Currently, if a user
installs a program it is automatically installed for every user on the
machine.

Thanks for helping

Regards
Hubert
 
msiexec.exe" /i "filename.msi"

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/h
ow_do_i_specify_a_per_user_or_per_machine_installation.asp

--
Regards,
Ramesh [MS-MVP]
AIM: SRamesh2k


~ Please reply to newsgroup ~


Hello,

Is there a way in XP professional to install programs only for the current
user? We have several users on the machine and I don't want to see the
programs from a different user in my environment. Currently, if a user
installs a program it is automatically installed for every user on the
machine.

Thanks for helping

Regards
Hubert
 
Yes, Hubert. That's applicable for MSI packages only.

You may check with http://www.installshield.com/ support if it allows
per-user, system-wide custom installation.

--
Regards,
Ramesh [MS-MVP]
Aim: SRamesh2k
(e-mail address removed)
http://www.mvps.org/sramesh2k


~ Please reply to newsgroup ~

Ramesh said:
msiexec.exe" /i "filename.msi"

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/h
ow_do_i_specify_a_per_user_or_per_machine_installation.asp


Thanks, but this works only for msi installations, doesn't it? What if I
have a Installshield Setup to install a program? How can I make per user
installations with different installation programs?

Hubert
 

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