MSFN Forum: Intervideo MP3 + DVD XPack - Silent Mode - 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

Intervideo MP3 + DVD XPack - Silent Mode -=HELP=- Rate Topic: -----

#1 User is offline   wezmag 

  • Group: Members
  • Posts: 3
  • Joined: 18-January 04

  Posted 02 February 2004 - 12:53 PM

Does anyone know how to install Intervideo MP3 + DVD XPack in Silent Mode??
or how to skip the "License Activation" window??
Thanks a lot.


#2 User is offline   dienkhung 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 06-September 04

Posted 24 May 2005 - 03:59 PM

having trouble with this also, duno how to add activation, does anyone know how to do this?

#3 User is offline   cstefanyshin 

  • Group: Members
  • Posts: 1
  • Joined: 28-May 07

Posted 18 December 2007 - 04:41 PM

Same as me. What switches are you using for setup to install without prompting?

Thx,
Chrissy

#4 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 19 December 2007 - 05:14 PM

View Postcstefanyshin, on Dec 19 2007, 12:41 AM, said:

Same as me. What switches are you using for setup to install without prompting?

Thx,
Chrissy

Extract the original installer with WinRAR.
Edit the next AutoIt script with your information, compile it and place the compiled script in the extraction folder...
 
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.2.10.0
 Author:         myName
 
 InterVideo XPack (DVD and MP3) 2.1.13.0

 Script Function:
	Template AutoIt script.
	
 Extract the original installer with WinRAR and place the compiled script in the extraction folder...

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

Opt("TrayIconDebug", 1)
Opt("SendKeyDelay", 200)
; Executable file name
$EXECUTABLE = "Setup.exe"
; Email Address (used to login to your InterVideo account)
$Email = ""
; Password (used to login to your InterVideo account)
$Password = ""
; License Key (From purchase confirmation email)
$LicenseKey = ""
; Last 4 digits from credit card used to purchase product
$DigitCode = ""
; Installation folder
$INSTALLLOCATION = @ProgramFilesDir & "\InterVideo\XPack"

If FileExists($INSTALLLOCATION & "\InterVideoXPackSetup.exe") Then
	MsgBox(0x40010, @ScriptName, "Please uninstall previous version of InterVideo XPack (DVD and MP3) before using this script", 4)
	Exit
EndIf

; Run the installer
Run($EXECUTABLE)

; The XPack setup has detected another DVD decoder installed on your system. It is recommended that you uninstall the existing DVD decoder before continuing with the XPack setup. Would you like to continue with this installation?
If WinExists("Question", "The XPack setup has detected another DVD decoder installed on your system. It is recommended that you uninstall the existing DVD decoder before continuing with the XPack setup. Would you like to continue with this installation?") Then
	WinWaitActive("Question", "The XPack setup has detected another DVD decoder installed on your system. It is recommended that you uninstall the existing DVD decoder before continuing with the XPack setup. Would you like to continue with this installation?")
    Sleep(1500)
    ControlClick("Question", "", "Button1")
EndIf

; Welcome to MP3 + DVD XPack Setup
WinWaitActive("InterVideo MP3 + DVD XPack", "Welcome to MP3 + DVD XPack Setup")
ControlClick("InterVideo MP3 + DVD XPack", "", "Button1")

; License Agreement
WinWaitActive("InterVideo MP3 + DVD XPack", "License Agreement")
ControlClick("InterVideo MP3 + DVD XPack", "", "Button2")

; Please complete the licensing information below.
WinWaitActive("License Activation", "Please complete the licensing information below.")
ControlSetText("License Activation", "", "Edit1", "")
Sleep(1000)
ControlSetText("License Activation", "", "Edit1", $Email)
ControlSetText("License Activation", "", "Edit2", "")
Sleep(1000)
ControlSetText("License Activation", "", "Edit2", $Password)
ControlSetText("License Activation", "", "Edit3", "")
Sleep(1000)
ControlSetText("License Activation", "", "Edit3", $LicenseKey)
ControlSetText("License Activation", "", "Edit4", "")
Sleep(1000)
ControlSetText("License Activation", "", "Edit4", $DigitCode)
ControlClick("License Activation", "", "Button1")

; Setup Complete
WinWaitActive("InterVideo MP3 + DVD XPack", "Setup Complete")
Sleep(500)
Send("{ENTER}")

; Setup has finished installing MP3 + DVD XPack on your computer
WinWaitActive("InterVideo MP3 + DVD XPack", "Setup has finished installing MP3 + DVD XPack on your computer")
Sleep(500)
Send("{ENTER}")

; Use the vertical sliders to assign the recording (encoding)
WinWait("InterVideo XPack Options", "Use the vertical sliders to assign the recording (encoding)")
WinClose("InterVideo XPack Options", "Use the vertical sliders to assign the recording (encoding)") 

This post has been edited by radix: 19 December 2007 - 05:36 PM


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