URGENT HELP WITH .MSI INSTALLATION

M

Mike Richter

i have full active directory win 2000, and win 2000 workstations, 25 sites,
all have their own DC

i have an .msi file that needs to be installed on all machines by tomorrow
mornigng

this msi file is accessable by everyone on their DC

I want a regular domain user who has access to the msi file located in
%logonserver%\users\files\setup.msi to install it with a script

i want a script to run either at the computer startup or user login,

i have the following script but its not working

msiexec /i "%logonserver%\users\files\setup.Msi" /qn


can anyone help
 
M

Mike Richter

Just to update this issue, the msi file actually needs some parameters, this
is why i cannot put it under software to be published..

example

msiexec /i "%logonserver%\users\files\setup.Msi" /qn weburl:
http://www.xxxxx.com

thanks you guys
 
M

MadDHatteR

Use a tool such as Orca to edit the properties table of the MSI and set the
appropriate public property (then save the MSI and deploy as usual). In your
example, you would add a row to the property table with property WEBURL and
value http://www.xxxxx.com

\\ MadDHatteR
 

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

Top