WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Samples from Users
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Simple MSI Install

 Keywords: Install setup .MSI MSI  

Title = "Whiz Bang Install"
Package = "WhizBang.msi"
PackageParams = "AllUsers=1 Reboot=ReallySuppress /QB!"
BoxTitle(Title)
BoxOpen(Title,"Install in progress. Please wait...")
If FileExist(Package)
   RunWait(Package,PackageParams)
Else
   BoxText("Installation package not found")
   TimeDelay(3)
   Exit
EndIf
BoxText("Install complete.")
TimeDelay(3)

Article ID:   W18251
Filename:   Simple MSI Install.txt
File Created: 2009:01:29:08:46:34
Last Updated: 2009:01:29:08:46:34