Jump to content

Recommended Posts


Posted

Sometimes .msi must be launched by the setup.exe (same as nero for example) but you can bypass this sometimes.

But, in general just the .msi is okay too (sometimes with .cab files).

Example.cmd:

@echo off
echo Install of ...
start "Install" /w TheMSIFile.msi /qb

qb = Quiet with Bar

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...