franner Posted May 13, 2011 Posted May 13, 2011 (edited) Anyone got a method to install version 4.x with his method?When I edit as told (and exchange 3.0 with 4.0) , it gives errors when compiling the script. Would be nice to know if anyone got a solution to silent install ConvertXtoDVD.I figured it out, the error was because "{code:GetVideoStandard}" need to be replaced with "vs_forcepal" OR "vs_forcentsc" (Use PAL or NTSC) Edited May 13, 2011 by franner
skavenger Posted May 13, 2011 Author Posted May 13, 2011 (edited) Here we go:UPDATED TO VERSION 4.x1. step: download convertxtodvd from here: http://www.vso-software.fr/download_product_direct.php?product=convertxtodvd 2. step: download "innounp, the Inno Setup Unpacker" from here: http://innounp.sourceforge.net/3. step: download "Inno Setup Compiler – QuickStart Pack" from here: http://www.jrsoftware.org/download.php/ispack.exe 4. step: put your ConvertXtoDVD-Installer in any folder and create a subfolder named "unpack" therein5. step: put innounp.exe in the same folder like the ConvertXtoDVD-Installer6. step: open a cmd-window in this path (i use TotalCommander) and type in the followinginnounp.exe -x -m -dunpack vsoinstallername.exeExample: innounp.exe -x -m -dunpack vsoConvertXtoDVD4_setup.exe7. step: install "Inno Setup Compiler – QuickStart Pack " you downloaded in step 28. step: go to the folder named "unpack" and open the file "install_script.iss" with Inno-Setup (just double-click)now you can see the original install-script.For silent install we must edit/add/remove some lines in this script.9. step:in the [setup] section edit the following line with your choice - write there a name for the new compiled EXE without extension (ex. OutputBaseFilename=silentinstall)OutputBaseFilename=10. step:in the [setup] sectionChange the lineAppName={code:GetAppName}By replacing the value „{code:GetAppName}“ with your choice(i used the value from „AppVerName“)11. step:in the [setup] sectionIf you use "InnoIDE" from QuickStart Pack go to Settings / Compiler Settings and hit the "Generate"-Button to get your own AppIDalternativ: Add a new line like this:AppID={{0BECD337-D8A9-4767-A960-B7222BC4C913change the value to your choice, the double-{ is correct12. step:in the [Registry] sectionadd the following lineRoot: HKCU; Subkey: "Software\VSO\ConvertXtoDVD\4.0"; Valuename: "LicenseKey"; ValueType: String; ValueData: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-x"; Flags: createvalueifdoesntexistRoot: HKCU; Subkey: "Software\VSO\ConvertXtoDVD\4.0\settings"; Valuename: "Gen_CheckForUpdate"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexistWhere the x stands for YOUR own LicenseKey13. step:in the [Registry] sectionsearch the following lineRoot: HKCU; Subkey: "Software\VSO\ConvertXToDVD\3.0\settings"; ValueName: "TvFmt_Video_Standard";ValueType: String; ValueData: "{code:GetVideoStandard}"; Flags: uninsdeletevalueChange "{code:GetVideoStandard}" to "vs_automatic"14. stepgo to [Run] sectiondelete all lines from this section15. stepGo to [uninstallRun] sectionRemove the following line:Filename: "http://www.vso-software.fr/uninstallform.php?software=ConvertXToDVD4&version=4.1.19.365&s=app_uninstall"; RunOnceId: "convertxtodvduninstallsurvey"; MinVersion: 0.0,5.0;16. step:Go to [Tasks] sectionRemove the following lineName: "stats"; Description: "{cm:AllowStat}"; GroupDescription: "{cm:AdditionalTasks}"; MinVersion: 0.0,5.0;After all these steps you must compile your script.Save your scriptexit the program "Inno...."right click of the script - select "compile"After all these stept you have a new EXE in the folder "Output"for silent installing this EXE with progress-bar use the following switchesExample: ConvertxtoDVD_new.exe /SP- /SILENTfor complete silent installing this EXE without any window use the following switchesExample: ConvertxtoDVD_new.exe /SP- /VERYSILENTThats itIf all these steps are to complicated for you....see my attached file - insert YOU license an have fun.install_script.iss Edited May 13, 2011 by skavenger
ricktendo Posted May 13, 2011 Posted May 13, 2011 If you care about the uninstall entry to look like the original you will also add these to the Setup sectionAppPublisherURL=http://www.vso-software.frAppSupportURL=http://www.vso-software.frAppUpdatesURL=http://www.vso-software.frUninstallDisplayIcon={app}\ConvertXtoDvd.exe
ricktendo Posted May 24, 2011 Posted May 24, 2011 Also may want to update some of the codecs, they are very oldgdiplus.dll (KB2412687)QTMLClient.dll (QT Lite)wmadmod.dll (WMP11 New)WMVADVD.DLL (KB913800)wmvdmod.dll (KB913800)http://www.mediafire.com/?hda6gpbjs6rusrw
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now