Jump to content

Recommended Posts

Posted

ran the program USSF.exe to tell me what silent switches to use on it. It gave:

retrieve MSI file from temp folder during install and install with

Msiexec /i setup.msi/qb

contents of temp folder during install:

_ISMSIDEL.INI

0x0407.ini

0x0409.ini

1033.MST

intro.bmp

isscript.msi

MainConcept Mpeg Encoder.msi

setup.ini

How do i use this switch, I tried what i thought was the obvious but got errors, will be installed using RunOnceEx

Many Thanks


Posted

Please don't double post. There's a little edit button above your posting :)

The switches would be:

msiexec /i "MainConcept Mpeg Encoder.msi" /qn

Before that you should install ISScript (and maybe ISScript8 too) once at the beginning of your unattended setup.

msiexec /i isscript.msi /qn
Posted

thanx

i was trying the first line of code you gave but was missing the 2nd line of code.

Tried both lines, works a treat. Sorry for the 2nd post, thanx for the help

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...