Link to home
Start Free TrialLog in
Avatar of jahhan
jahhan

asked on

SMS and MSI file

I modified several MSI files and I would like to distribute them to networked workstations through SMS.  Is there a SMS utility that pushes these files out using an unattended install?  If not is there a way I can modify my MSI files through WinInstall LE (free version provided by Windows 2000) to perform an unattended install which only shows a progress bar?
Avatar of mass2612
mass2612
Flag of Australia image

You could do this via a GPO if you have AD - http://support.microsoft.com/default.aspx?scid=kb;en-us;314934.

You can also use SMS to distribute the software. Create a package that includes the MSI and a donothing file. Create a program with a vbscript or cmd file that does nothing. Create an advertisement to run the donothing program that is set to download program from distribution point. If you want to install it then you just need to create another program to install the package.
Avatar of oBdA
oBdA

Assuming that this is SMS 2003, you can just import an .msi file the same way you'd import an .sms or .pdf file, and distribute it the exact same way.
Btw, you can install any .msi unattended by using the /q command line option.
Windows Installer Command-Line Options
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp
Avatar of jahhan

ASKER

It is SMS 2003.  So if that is the case does SMS 2003 have an option to run this msi file as an unattended installation, or do I need to create a script to perform this function?
No need to create a script, you can just import the msi. SMS knows how to silently install an .msi.
Avatar of jahhan

ASKER

Does SMS no how to create a silent install that only displays the progress bar?
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial