Help - Search - Members - Calendar
Full Version: mainconcept mpeg encoder 1.4
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
crck3rz
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
ZoSTeR
Please don't double post. There's a little edit button above your posting newwink.gif

The switches would be:

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

CODE
msiexec /i isscript.msi /qn
crck3rz
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




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.