Help - Search - Members - Calendar
Full Version: Need help for TMPGEnc DVD Author 3 Silent Install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
kongpak
TMPGEnc DVD Author 3 still restart everytime

I use /s /v" /qn Reboot=suppress" and /s /v" /qn Reboot=Reallysuppress" din't work
ajua
Do this to install silently:

1.- Run the installer (but don't install it, wait until it finishes extracting) and look in windows temp folder for the extracted MSI file.
2.- Before you can install this MSI file you will need to download (google it) ISScript8.msi.
3.- Install ISScript8.msi and DVD Author's msi using /qb /norestart for both.

Now, for registration, you will need to manually register it. Then, just copy the file *.lic located in C:\Users\USER\AppData\Roaming\Pegasys Inc\DVD author folder

You can make a self-extracting archive to copy this file after you make your unattended installation.

This also works for TMPGenc Xpress (with the exception that ISScript8.msi is not needed) if anyone is interested.
kongpak
QUOTE (elajua @ Sep 28 2008, 07:41 AM) *
Do this to install silently:

1.- Run the installer (but don't install it, wait until it finishes extracting) and look in windows temp folder for the extracted MSI file.
2.- Before you can install this MSI file you will need to download (google it) ISScript8.msi.
3.- Install ISScript8.msi and DVD Author's msi using /qb /norestart for both.

Now, for registration, you will need to manually register it. Then, just copy the file *.lic located in C:\Users\USER\AppData\Roaming\Pegasys Inc\DVD author folder

You can make a self-extracting archive to copy this file after you make your unattended installation.

This also works for TMPGenc Xpress (with the exception that ISScript8.msi is not needed) if anyone is interested.


I tried It 's not restart

but prompt still yes no and script can not process next script

How i do ? close prompt and process next script

sorry for poor english
ajua
Read my instructions again, they are working fine.

You don't need any script. I assume you were referring to you CMD file in which you are install programs?
If you have no experience in CMD files, read the unattended guide to learn the basics.
kongpak
QUOTE (elajua @ Sep 29 2008, 10:27 PM) *
Read my instructions again, they are working fine.

You don't need any script. I assume you were referring to you CMD file in which you are install programs?
If you have no experience in CMD files, read the unattended guide to learn the basics.


Thanks elajua but I'm not sure understand (See my cmd file may be understand)

----------------------------------------------------------------My CMD File
@echo off
TITLE TMPGEnc DVD Author 3 with DivX Authoring
ECHO TMPGEnc DVD Author 3 with DivX Authoring Installing...
START /WAIT msiexec.exe /i ISScript8.Msi /qb /norestart
ECHO ...
ECHO ...
ECHO Installing MainFile...
START /WAIT msiexec.exe /i TMPGEnc.msi /qb /norestart

ECHO ...
START /WAIT ExtractlicFile.exe

EXIT
----------------------------------------------------------------------


Line4 and Line8 I tried to use START /WAIT ISScript8.msi /qb /norestart and START /WAIT TMPGEnc.msi /qb /norestart ....they same

when program process Line 8 (Install TMPGEnc.msi) finish It has prompt "you must reboot............"
button YES NO

Can not Process Line 10 (ExtractlicFile.exe) and EXIT CMD File because I didn't answer yes or no

I want to not show prompt message box yes no restart and norestart for Process Next Line llllll


I'm sorry for my English again but hope to you understand
Geej
kongpak, just a suggestion

I am thinking, maybe u can insert a compiled autoit script to help you answer the "you must reboot............" button YES NO

Assuming you have the working script complied, say filename is AnswerNO.exe, you can insert a cmd line after line 7

Something like this

(Line 7) ECHO Installing MainFile...
(line 8) Start AnswerNo.exe <<<--- this line is use to wait for the reboot prompt msg
(line 9) START /WAIT msiexec.exe /i TMPGEnc.msi /qb /norestart

I don't really know if it will actually work, but surely can try as it works theorically.
ajua
I will try the latest version of TMPGEnc DVD Author when i get home but i remember that i didn't get any prompt.

Meanwhile you can disable the reboot prompt by editing the msi with Orca or other tools.
kongpak
Thank Geej and elajua

I will wait for your answer

I tried autoIt It's OK But I think I don't like it I used It's many program >>>>>many many problems
ajua
I made some tests and the installer prompts the user to reboot.

Maybe next week i can take a look at it to see if i can solve this by editing the installer.
alanfox
Try this:

START TMPGEncAuthoring.exe /s /v"/qb"
:LOOP
IF NOT EXIST "%ALLUSERSPROFILE%\Desktop\TMPGEnc Authoring Works 4.lnk" GOTO LOOP
TASKKILL /F /IM msiexec.exe /T


One of the last things the installer does is to create the desktop shortcut. If its there, then the reboot Yes/No message should be on the screen. Killing the installer task at that time, stops the reboot dialog. This work for Authoring 4, should work for DVD Author 3 as well, just change the START command and the IF NOT commands accordingly.




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.