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
![]() ![]() |
May 19 2008, 04:52 PM
Post
#1
|
|
|
Newbie Group: Members Posts: 28 Joined: 19-October 05 Member No.: 77055 OS: XP Pro x86
|
Hi folks,
after a long time of searching the best solution for silent installing ConvertXtoDVD i've found a solution. 1. step: download "innounp, the Inno Setup Unpacker" from here: http://innounp.sourceforge.net/ 2. step: download "Inno Setup Compiler" from here: http://www.jrsoftware.org/isdl.php 3. step: put your ConvertXtoDVD-Installer in any folder and create a subfolder named "unpack" therein 4. step: put innounp.exe in the same folder like the ConvertXtoDVD-Installer 5. step: open a cmd-window in this path (i use TotalCommander) and type in the following innounp.exe -x -m -dunpack vsoinstallername.exe Example: innounp.exe -x -m -dunpack vsoConvertXtoDVD3_setup_3.0.0.16.exe 6. step: install "Inno Setup Compiler" you downloaded in step 2 7. 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. 8. step: go to [Setup] section add the following line (if not exists) CODE DefaultGroupName=VSO 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) CODE OutputBaseFilename= 9. step: go to [Registry] section delete this line (if exists) CODE Root: HKCU; Subkey: "Software\Digital River\SoftwarePassport\MOVAVI\MOVAVI VideoSuite\0"; ValueName: "BuyURL"; ValueType: String; ValueData: "http://www.vso-software.fr/redirect.php?site=MOVAVIVideoSuite&from=cx3"; 10. step: in the [Registry] section add the following lines CODE Root: HKCU; Subkey: "Software\VSO\ConvertXtoDVD\3.0\Settings"; Valuename: "Gen_BypassPromptForUpdateDialog"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexist Root: HKCU; Subkey: "Software\VSO\ConvertXtoDVD\3.0\Settings"; Valuename: "Gen_CheckForUpdate"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexist Root: HKCU; Subkey: "Software\VSO\ConvertXtoDVD\3.0"; Valuename: "LicenseKey"; ValueType: String; ValueData: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-x"; Flags: createvalueifdoesntexist Where the x stands for YOUR LicenseKey 11. step go to [Run] section delete all lines from this section After all these steps you must compile your script. Save your script exit 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 switches Example: ConvertxtoDVD_new.exe /SP- /SILENT for complete silent installing this EXE without any window use the following switches Example: ConvertxtoDVD_new.exe /SP- /VERYSILENT Thats it If all these steps are to complicated for you....see my attached file - insert YOU license an have fun. I think, now is the time for creatin a silent 7zip-sfx for this - but - i can't do this. Because i don't know, how to create switchless 7zip-sfx.
Attached File(s)
|
|
|
|
May 30 2008, 11:16 PM
Post
#2
|
|
|
Group: Members Posts: 1 Joined: 28-April 04 Member No.: 18727 |
hi,
in version 3.1.0.24, when you compile the modified script, there's an error about the following [Registry] entry CODE Root: HKCU; Subkey: "Software\VSO\ConvertXToDVD\3.0\settings"; ValueName: "TvFmt_Video_Standard"; ValueType: String; ValueData: "{code:GetVideoStandard}"; Flags: uninsdeletevalue saying : Required function or procedure 'GetVideoStandard' not found so I changed ValueData from "{code:GetVideoStandard}" to "vs_automatic" (stands for : "My devices can handle both formats" now, compiling the source script is OK just run "your_output.exe /verysilent" and that's it ! This post has been edited by cirederf: May 30 2008, 11:18 PM |
|
|
|
May 31 2008, 07:21 PM
Post
#3
|
|
|
Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1530 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86
|
Just wanna thank you both...this worked like a charm
|
|
|
|
Jul 28 2008, 06:16 PM
Post
#4
|
|
|
Little boots...! ![]() ![]() Group: Members Posts: 199 Joined: 17-February 06 From: McDonald's Member No.: 88236 OS: Vista Ultimate x86
|
You guys are friggin' awesome!
|
|
|
|
Jul 28 2008, 10:04 PM
Post
#5
|
|
|
Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1530 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86
|
If you want to keep PcSetup and not have it prompt you add this to [Registry]
CODE Root: HKLM; Subkey: "SOFTWARE\Microsoft\SystemCertificates\TrustedPublisher\Certificates\819F379315E0882C052B30F7E4E43310B472CD65"; ValueName: "Blob"; ValueType: Binary; ValueData: "03 00 00 00 01 00 00 00 14 00 00 00 81 9F 37 93 15 E0 88 2C 05 2B 30 F7 E4 E4 33 10 B4 72 CD 65 04 00 00 00 01 00 00 00 10 00 00 00 60 F5 0B 1B F1 5C 13 AF 19 70 48 70 1A A1 C1 5D 19 00 00 00 01 00 00 00 10 00 00 00 F0 3C C0 6C 3B 27 60 10 3C 4F 2B 7B D9 A7 44 28 14 00 00 00 01 00 00 00 14 00 00 00 3A 7D 3C 93 F8 DA 90 A5 FD D0 23 F5 20 3A 8E 58 BA 46 B4 7B 0F 00 00 00 01 00 00 00 14 00 00 00 20 BA 63 85 25 09 26 98 3C 36 C3 42 75 D2 57 E9 74 0D 63 88 20 00 00 00 01 00 00 00 D4 04 00 00 30 82 04 D0 30 82 03 B8 A0 03 02 01 02 02 10 2E 01 31 77 84 67 F1 54 EC 61 1E E9 FA 51 89 0F 30 0D 06 09 2A 86 48 86 F7 0D 01 01 05 05 00 30 81 B4 31 0B 30 09 06 03 55 04 06 13 02 55 53 31 17 30 15 06 03 55 04 0A 13 0E 56 65 72 69 53 69 67 6E 2C 20 49 6E 63 2E 31 1F 30 1D 06 03 55 04 0B 13 16 56 65 72 69 53 69 67 6E 20 54 72 75 73 74 20 4E 65 74 77 6F 72 6B 31 3B 30 39 06 03 55 04 0B 13 32 54 65 72 6D 73 20 6F 66 20 75 73 65 20 61 74 20 68 74 74 70 73 3A 2F 2F 77 77 77 2E 76 65 72 69 73 69 67 6E 2E 63 6F 6D 2F 72 70 61 20 28 63 29 30 34 31 2E 30 2C 06 03 55 04 03 13 25 56 65 72 69 53 69 67 6E 20 43 6C 61 73 73 20 33 20 43 6F 64 65 20 53 69 67 6E 69 6E 67 20 32 30 30 34 20 43 41 30 1E 17 0D 30 37 30 33 32 30 30 30 30 30 30 30 5A 17 0D 30 39 30 35 32 33 32 33 35 39 35 39 5A 30 81 93 31 0B 30 09 06 03 55 04 06 13 02 46 52 31 16 30 14 06 03 55 04 08 13 0D 48 41 55 54 45 20 47 41 52 4F 4E 4E 45 31 15 30 13 06 03 55 04 0A 14 0C 56 53 4F 2D 53 4F 46 54 57 41 52 45 31 3E 30 3C 06 03 55 04 0B 13 35 44 69 67 69 74 61 6C 20 49 44 20 43 6C 61 73 73 20 33 20 2D 20 4D 69 63 72 6F 73 6F 66 74 20 53 6F 66 74 77 61 72 65 20 56 61 6C 69 64 61 74 69 6F 6E 20 76 32 31 15 30 13 06 03 55 04 03 14 0C 56 53 4F 2D 53 4F 46 54 57 41 52 45 30 81 9F 30 0D 06 09 2A 86 48 86 F7 0D 01 01 01 05 00 03 81 8D 00 30 81 89 02 81 81 00 C9 BC DE C8 A3 11 DD 14 AD BE 80 19 EB 15 FA 91 1A B9 03 C0 AA E1 50 EC 7F 8D FB C1 F5 17 1D 05 B2 3E 23 2C EA 4C 1F 15 23 BD 70 A9 29 87 CA 1E 1A EF A1 79 12 86 98 3F 92 64 BD BA 26 F9 E9 16 D5 1B 82 33 5D CA D7 82 06 53 45 F9 71 83 AE CA 84 71 FB 99 9A 5B 58 26 2A FB 45 49 7B DB 30 A0 9C CB 5E 3C 9D 8F FA 2D 77 85 31 23 31 94 9D 85 8B 38 80 5E C1 3C 93 6E D5 53 71 80 D0 99 EB 1F 02 03 01 00 01 A3 82 01 7F 30 82 01 7B 30 09 06 03 55 1D 13 04 02 30 00 30 0E 06 03 55 1D 0F 01 01 FF 04 04 03 02 07 80 30 40 06 03 55 1D 1F 04 39 30 37 30 35 A0 33 A0 31 86 2F 68 74 74 70 3A 2F 2F 43 53 43 33 2D 32 30 30 34 2D 63 72 6C 2E 76 65 72 69 73 69 67 6E 2E 63 6F 6D 2F 43 53 43 33 2D 32 30 30 34 2E 63 72 6C 30 44 06 03 55 1D 20 04 3D 30 3B 30 39 06 0B 60 86 48 01 86 F8 45 01 07 17 03 30 2A 30 28 06 08 2B 06 01 05 05 07 02 01 16 1C 68 74 74 70 73 3A 2F 2F 77 77 77 2E 76 65 72 69 73 69 67 6E 2E 63 6F 6D 2F 72 70 61 30 13 06 03 55 1D 25 04 0C 30 0A 06 08 2B 06 01 05 05 07 03 03 30 75 06 08 2B 06 01 05 05 07 01 01 04 69 30 67 30 24 06 08 2B 06 01 05 05 07 30 01 86 18 68 74 74 70 3A 2F 2F 6F 63 73 70 2E 76 65 72 69 73 69 67 6E 2E 63 6F 6D 30 3F 06 08 2B 06 01 05 05 07 30 02 86 33 68 74 74 70 3A 2F 2F 43 53 43 33 2D 32 30 30 34 2D 61 69 61 2E 76 65 72 69 73 69 67 6E 2E 63 6F 6D 2F 43 53 43 33 2D 32 30 30 34 2D 61 69 61 2E 63 65 72 30 1F 06 03 55 1D 23 04 18 30 16 80 14 08 F5 51 E8 FB FE 3D 3D 64 36 7C 68 CF 5B 78 A8 DF B9 C5 37 30 11 06 09 60 86 48 01 86 F8 42 01 01 04 04 03 02 04 10 30 16 06 0A 2B 06 01 04 01 82 37 02 01 1B 04 08 30 06 01 01 00 01 01 FF 30 0D 06 09 2A 86 48 86 F7 0D 01 01 05 05 00 03 82 01 01 00 39 0E A3 E3 6D 46 9F 29 97 0D E7 3E C2 64 6F 1E D3 6B 97 E8 2F AC 11 C9 0C F1 56 E0 32 40 0B CD 02 78 AC 10 BA 5C 74 F1 5F 9C 41 8A 31 7A 57 A0 24 BE AC 61 B4 01 C7 2D A2 CA 7D 25 C2 88 19 BC D6 52 F6 A4 18 EB E9 BB C9 67 2C A1 CA 45 E1 6A 9C 0C 2D 8D 53 18 4E 68 D4 0F 9E E7 30 BA 36 22 5F 44 D0 43 65 59 D7 EE A8 38 8F 50 9D FB 8D 38 6A 15 5D 3E 89 E0 FD 81 88 78 5A 44 64 17 63 7E ED 7D B5 29 0E D5 6F 97 E0 33 44 A2 52 FF 03 47 A8 02 C9 F5 5A 91 65 62 4F AE 62 9F 19 FC A0 75 27 E6 31 D5 67 30 02 E3 ED F1 B7 E8 CE F6 DF 7E AC 6F 47 E6 FD 44 2D F2 7A D3 7F D2 EC 2A 6C CA 9F DD 27 06 B0 03 FE 30 F7 FF 21 7A 0B 7F 22 5F 07 40 6A 80 9A E3 EC A4 2B 03 8A 6B 36 5D C9 94 2C 8B A5 0F 12 C9 CB 95 7D 0E 7B 62 AC 62 6D FA 64 C4 F1 47 7E 38 DD C6 27 D8 40 C2 97 90 D5 DF"; Flags: createvalueifdoesntexist
This post has been edited by ricktendo64: Jul 28 2008, 10:05 PM |
|
|
|
Sep 13 2008, 10:43 AM
Post
#6
|
|
|
Group: Members Posts: 6 Joined: 10-September 07 Member No.: 154292 OS: none
|
Hi!
I'm having problems with compiling the script, I get error like this: CODE File: ....\unpack\embedded\en.isl Line 8: Unrecognized [LangOptions] section directive "LicenseText" What's the problem?? |
|
|
|
Sep 19 2008, 02:33 AM
Post
#7
|
|
|
Group: Members Posts: 4 Joined: 5-July 04 Member No.: 23993 |
|
|
|
|
Sep 19 2008, 10:48 AM
Post
#8
|
|
|
Junior ![]() Group: Members Posts: 76 Joined: 6-April 03 Member No.: 3071 OS: XP Pro x86
|
Had this issue myself and what you need to do is copy the en.lis from an older version of ConvertXtoDVD and put this into the embedded folder and you should be able to recompile without further issues.
Don't thank me, thank Ricktendo for finding this out. |
|
|
|
Sep 19 2008, 10:57 AM
Post
#9
|
|
|
Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1530 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86
|
You can also edit the current en.isl...just remove LicenseText= along with all its contents, the finished version of en.isl should look just like the other languages *.ISL files or this:
CODE [LangOptions] LanguageName=English LanguageID=$0409 LanguageCodePage=0 TitleFontName=Arial WelcomeFontName=Verdana CopyrightFontName=Arial DialogFontSize=8 TitleFontSize=29 WelcomeFontSize=12 CopyrightFontSize=8 Now you may compile BTW if you decompile the file you just compiled after removing LicenseText= from en.isl you will find that LicenseText= has been added AGAIN! to the extracted file This post has been edited by ricktendo64: Sep 19 2008, 11:12 AM |
|
|
|
Sep 19 2008, 11:05 AM
Post
#10
|
|
|
Group: Members Posts: 4 Joined: 5-July 04 Member No.: 23993 |
You can also edit the current en.isl...just remove LicenseText= along with all its contents, the finished version of en.isl should look just like the other languages *.ISL files or this: CODE [LangOptions] LanguageName=English LanguageID=$0409 LanguageCodePage=0 TitleFontName=Arial WelcomeFontName=Verdana CopyrightFontName=Arial DialogFontSize=8 TitleFontSize=29 WelcomeFontSize=12 CopyrightFontSize=8 Now you may compile Yessss!! It work!! Many thanks for the help. |
|
|
|
Sep 20 2008, 03:07 AM
Post
#11
|
|
|
Group: Members Posts: 6 Joined: 10-September 07 Member No.: 154292 OS: none
|
Works like a charm
Many thanks ricktendo64 !!! This post has been edited by ripulisimo: Sep 20 2008, 03:08 AM |
|
|
|
Nov 3 2008, 11:50 AM
Post
#12
|
|
|
Group: Members Posts: 2 Joined: 1-November 08 Member No.: 216967 OS: Vista Home x86
|
thanks for information
|
|
|
|
Dec 2 2008, 07:42 AM
Post
#13
|
|
|
Group: Members Posts: 1 Joined: 12-August 03 Member No.: 5668 |
I only delete all files of {tmp} folder, in the embedded folder copy the sp.isl and rename to en.isl (first delete the original) and look my install_script.iss this run for me ========================== [Setup] AppName=VSO ConvertXtoDVD 3 AppVerName=ConvertXtoDVD 3.3.0.96 DefaultDirName={pf}\VSO\ConvertX\3 DefaultGroupName=VSO OutputBaseFilename=silent_install Compression=lzma InfoAfterFile=embedded\InfoAfter.txt WizardImageFile=embedded\WizardImage.bmp WizardSmallImageFile=embedded\WizardSmallImage.bmp [Files] Source: "{app}\Eula_convertxtodvd.rtf"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\history.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\ConvertXtoDvd.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\vso_hwe.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{pf}\VSO\common\VsoVprev.ax"; DestDir: "{pf}\VSO\common"; Flags: regserver sharedfile Source: "{app}\thumb2.png"; DestDir: "{app}"; Source: "{app}\avcodec.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\avformat.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\avutil.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\swscale.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\avtools.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\gdiplus.dll"; DestDir: "{app}"; Source: "{sys}\wvc1dmod.dll"; DestDir: "{sys}"; Source: "{sys}\vp7vfw.dll"; DestDir: "{sys}"; Source: "{app}\wmadmod.dll"; DestDir: "{app}"; Flags: sharedfile Source: "{app}\WMVADVD.DLL"; DestDir: "{app}"; Flags: sharedfile Source: "{app}\wmvdmod.dll"; DestDir: "{app}"; Flags: sharedfile Source: "{app}\QTMLClient.dll"; DestDir: "{app}"; Flags: sharedfile Source: "{sys}\cook3260.dll"; DestDir: "{sys}"; Flags: sharedfile Source: "{sys}\drv23260.dll"; DestDir: "{sys}"; Flags: sharedfile Source: "{sys}\drv33260.dll"; DestDir: "{sys}"; Flags: sharedfile Source: "{sys}\drv43260.dll"; DestDir: "{sys}"; Flags: sharedfile Source: "{sys}\Pncrt.dll"; DestDir: "{sys}"; Flags: sharedfile Source: "{sys}\sipr3260.dll"; DestDir: "{sys}"; Flags: sharedfile Source: "{pf}\vso\pcsetup\PcSetup.exe"; DestDir: "{pf}\vso\pcsetup"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnOperationComplete_0411.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnNewVersion_0411.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnWritableMediaRequired_0411.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnProblemDetected_0411.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnQuestion_0411.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnNewVersion_040C.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnOperationComplete_040C.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnProblemDetected_040C.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnQuestion_040C.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnWritableMediaRequired_040C.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnOperationComplete_0C0A.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnNewVersion_0C0A.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnWritableMediaRequired_0C0A.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnProblemDetected_0C0A.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnQuestion_0C0A.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnOperationComplete_0409.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnNewVersion_0409.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnWritableMediaRequired_0409.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnProblemDetected_0409.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnQuestion_0409.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnNewVersion_0407.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnProblemDetected_0407.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnWritableMediaRequired_0407.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnQuestion_0407.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{pf}\vso\common\sounds\OnOperationComplete_0407.ogg"; DestDir: "{pf}\vso\common\sounds"; Flags: ignoreversion Source: "{app}\background\vso.jpg"; DestDir: "{app}\background"; Flags: ignoreversion Source: "{app}\background\vso3.JPG"; DestDir: "{app}\background"; Flags: ignoreversion Source: "{app}\background\vso6.JPG"; DestDir: "{app}\background"; Flags: ignoreversion Source: "{app}\templates\black mirror\AMERSN__.ttf"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\background.jpg"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\blackmirror1_6ch.ini"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\blackmirror2_6ch.ini"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_audio.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_back.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_chapters.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_home.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_next.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_play.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_previous.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_settings.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\bmp_subtitles.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\btn_back.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\btn_chapters.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\btn_home.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\btn_next.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\btn_play.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\btn_previous.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\btn_settings.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\chapters.jpg"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\filelist.txt"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\masque-top.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\masque.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\masque2.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\masque3.png"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\menu.jpg"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\puce.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\black mirror\puce2.gif"; DestDir: "{app}\templates\black mirror"; Source: "{app}\templates\classic\background.png"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\bmp_next.gif"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\bmp_next.png"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\bmp_previous.gif"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\bmp_previous.png"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\classic_8ch.ini"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\filelist.txt"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\Goudy Old Style.ttf"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\page.jpg"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\puce.gif"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\classic\voile.png"; DestDir: "{app}\templates\classic"; Source: "{app}\templates\old cxd2\chapter_button.gif"; DestDir: "{app}\templates\old cxd2"; Source: "{app}\templates\old cxd2\cx2_8ch.ini"; DestDir: "{app}\templates\old cxd2"; Source: "{app}\templates\old cxd2\filelist.txt"; DestDir: "{app}\templates\old cxd2"; Source: "{app}\templates\old cxd2\next_button.gif"; DestDir: "{app}\templates\old cxd2"; Source: "{app}\templates\old cxd2\prev_button.gif"; DestDir: "{app}\templates\old cxd2"; Source: "{app}\templates\old cxd2\vso2.jpg"; DestDir: "{app}\templates\old cxd2"; Source: "{app}\templates\default\alpha_thumb.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bande_chapters.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bande_config.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bande_intro.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bmp_menu.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bmp_next.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bmp_play.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bmp_previous.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\BRASSI__.ttf"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_action.ogg"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_home_intro.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_menu.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_next.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_next_config.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_next_intro.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_play.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_play_intro.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\btn_previous.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bulle.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\bulle_config.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\chapters.jpg"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\default_3ch.ini"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\fond.mpeg"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\nb_thumb.gif"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\default\over_thumb.png"; DestDir: "{app}\templates\default"; Flags: ignoreversion Source: "{app}\templates\imagewall\bmp_next.png"; DestDir: "{app}\templates\imagewall"; Flags: ig |