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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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