URGENT HELP WITH .MSI INSTALLATION

  • Thread starter Thread starter Mike Richter
  • Start date Start date
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
 
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
 
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
 
Back
Top