MSFN Forum: Need help for TMPGEnc DVD Author 3 Silent Install - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Need help for TMPGEnc DVD Author 3 Silent Install Rate Topic: -----

#1 User is offline   kongpak 

  • Group: Members
  • Posts: 5
  • Joined: 23-September 08

Posted 27 September 2008 - 12:23 PM

TMPGEnc DVD Author 3 still restart everytime

I use /s /v" /qn Reboot=suppress" and /s /v" /qn Reboot=Reallysuppress" din't work


#2 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 27 September 2008 - 06:41 PM

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.

#3 User is offline   kongpak 

  • Group: Members
  • Posts: 5
  • Joined: 23-September 08

Posted 27 September 2008 - 11:33 PM

View Postelajua, on Sep 28 2008, 07:41 AM, said:

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

#4 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 29 September 2008 - 09:27 AM

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.

#5 User is offline   kongpak 

  • Group: Members
  • Posts: 5
  • Joined: 23-September 08

Posted 30 September 2008 - 12:59 AM

View Postelajua, on Sep 29 2008, 10:27 PM, said:

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

#6 User is offline   Geej 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 547
  • Joined: 01-January 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 30 September 2008 - 03:00 PM

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.

#7 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 30 September 2008 - 05:06 PM

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.

#8 User is offline   kongpak 

  • Group: Members
  • Posts: 5
  • Joined: 23-September 08

Posted 01 October 2008 - 08:09 AM

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

#9 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 03 October 2008 - 09:54 AM

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.

#10 User is offline   alanfox 

  • Group: Members
  • Posts: 1
  • Joined: 30-April 08

Posted 12 February 2009 - 02:25 PM

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.

This post has been edited by alanfox: 12 February 2009 - 02:27 PM


#11 User is offline   Godflesh 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 04-September 11
  • OS:none specified
  • Country: Country Flag

Posted 08 September 2011 - 09:54 PM

I am looking for a way to silent install with WPI:


TMPGEnc Authoring Works 4 & TMPGEnc Video Mastering Works 5


Anyone who achieved this and is willing to explain how he did it and maybe share the "commandslines" for WPI etc?



I would be most gratefull....

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy