MSFN Forum: ConvertXtoDVD 3.x/4.x silent install - How to - 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

ConvertXtoDVD 3.x/4.x silent install - How to Example How to a silent install of ConvertXtoDVD 3.x or 4.x Rate Topic: -----

#1 User is offline   skavenger 

  • Master of Tools
  • Pip
  • Group: Members
  • Posts: 55
  • Joined: 19-October 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 May 2008 - 04:52 PM

Hi folks,

UPDATED TO VERSION 4.x - go to post #17

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)

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)

OutputBaseFilename=


9. step:
go to [Registry] section
delete this line (if exists)

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

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)


This post has been edited by skavenger: 13 May 2011 - 06:45 AM



#2 User is offline   cirederf 

  • Group: Members
  • Posts: 1
  • Joined: 28-April 04

Posted 30 May 2008 - 11:16 PM

hi,

in version 3.1.0.24, when you compile the modified script, there's an error about the following [Registry] entry

 
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: 30 May 2008 - 11:18 PM


#3 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,228
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 May 2008 - 07:21 PM

Just wanna thank you both...this worked like a charm

#4 User is offline   razormoon 

  • Little boots...!
  • PipPip
  • Group: Members
  • Posts: 216
  • Joined: 17-February 06

Posted 28 July 2008 - 06:16 PM

You guys are friggin' awesome!

:thumbup

#5 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,228
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 July 2008 - 10:04 PM

If you want to keep PcSetup and not have it prompt you add this to [Registry]

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: 28 July 2008 - 10:05 PM


#6 User is offline   ripulisimo 

  • Group: Members
  • Posts: 6
  • Joined: 10-September 07

Posted 13 September 2008 - 10:43 AM

Hi!

I'm having problems with compiling the script, I get error like this:

File: ....\unpack\embedded\en.isl

Line 8:
Unrecognized [LangOptions] section directive "LicenseText"


What's the problem??

#7 User is offline   rav286k1 

  • Group: Members
  • Posts: 2
  • Joined: 05-July 04

Posted 19 September 2008 - 02:33 AM

View Postripulisimo, on Sep 13 2008, 10:43 AM, said:

Hi!

I'm having problems with compiling the script, I get error like this:

File: ....\unpack\embedded\en.isl

Line 8:
Unrecognized [LangOptions] section directive "LicenseText"


What's the problem??


Me too! :angry:
Please help us to fix the problem :hello:
Thanks in advance

#8 User is offline   yoz7120 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 06-April 03
  • OS:XP Pro x86

Posted 19 September 2008 - 10:48 AM

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.

#9 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,228
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 September 2008 - 10:57 AM

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:

[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 :crazy:

This post has been edited by ricktendo64: 19 September 2008 - 11:12 AM


#10 User is offline   rav286k1 

  • Group: Members
  • Posts: 2
  • Joined: 05-July 04

Posted 19 September 2008 - 11:05 AM

View Postricktendo64, on Sep 19 2008, 10:57 AM, said:

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:

[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!! :thumbup
It work!!
Many thanks for the help.

#11 User is offline   ripulisimo 

  • Group: Members
  • Posts: 6
  • Joined: 10-September 07

Posted 20 September 2008 - 03:07 AM

Works like a charm :w00t:
Many thanks ricktendo64 !!! :thumbup

This post has been edited by ripulisimo: 20 September 2008 - 03:08 AM


#12 User is offline   epson 

  • Group: Members
  • Posts: 2
  • Joined: 01-November 08

Posted 03 November 2008 - 11:50 AM

thanks for information

#13 User is offline   keyomall 

  • Group: Members
  • Posts: 1
  • Joined: 12-August 03

Posted 02 December 2008 - 07:42 AM

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: ignoreversion
Source: "{app}\templates\imagewall\bmp_play.png"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\bmp_previous.png"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\btn_next.gif"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\btn_play.gif"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\btn_previous.gif"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\chapters.jpg"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\DISTRO__.ttf"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\filelist.txt"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\imagewall_20ch.ini"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\imagewall\puce.gif"; DestDir: "{app}\templates\imagewall"; Flags: ignoreversion
Source: "{app}\templates\minimal\page.jpg"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\minimal_6ch.ini"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\bmp_previous.png"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\bmp_next.png"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\bmp_play.png"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\puce.gif"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\bmp_play.gif"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\bmp_next.gif"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\minimal\bmp_previous.gif"; DestDir: "{app}\templates\minimal"; Flags: ignoreversion
Source: "{app}\templates\no menu\no_menu.ini"; DestDir: "{app}\templates\no menu"; Flags: ignoreversion
Source: "{app}\templates\no menu\no_menu.jpg"; DestDir: "{app}\templates\no menu"; Flags: ignoreversion
Source: "{app}\templates\thriller\bg_chapters.jpg"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\bg_config.jpg"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\bg_intro.jpg"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\btn_next.png"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\btn_next_config.png"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\btn_previous.png"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\btn_previous_config.png"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\chap2intro.avi"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\chip_chapter.gif"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\chip_config.gif"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\chip_next_chap.gif"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\chip_next_config.gif"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\chip_previous_chap.gif"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\chip_previous_config.gif"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\config2intro.avi"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\DISTRO__.ttf"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\gunplay.ttf"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\intro2chap.avi"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\intro2config.avi"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\series.jpg"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\thriller\thriller_4ch.ini"; DestDir: "{app}\templates\thriller"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\HANDGOTB.TTF"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\nb_10thumb.png"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\nb_thumb.png"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\puce.gif"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\puce_menu.gif"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\puce_next.gif"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\puce_play.gif"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\puce_previous.gif"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_blue_2ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_blue_3ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_blue_4ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_blue_6ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_blue_10ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_magenta_2ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_magenta_3ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_magenta_4ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_magenta_6ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_magenta_10ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_green_2ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_green_3ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_green_4ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_green_6ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_green_10ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_metal_2ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_metal_3ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_metal_4ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_metal_6ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_metal_10ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\_2chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\_3chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\_4chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\_6chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\_10chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\bande.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\bg.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\bg_3thumb.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\bg_6thumb.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\bg_10thumb.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\btn_menu.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\btn_next.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\btn_play.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\btn_previous.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\_configuration_modele.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\_intro_modele.jpg"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\note.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\Blue\soustitre.png"; DestDir: "{app}\templates\vso glossy\Blue"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\_2chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\_3chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\_4chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\_6chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\_10chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\bande.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\bg.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\bg_3thumb.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\bg_6thumb.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\bg_10thumb.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\btn_menu.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\btn_next.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\btn_play.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\btn_previous.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\_configuration_modele.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\_intro_modele.jpg"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\note.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\magenta\soustitre.png"; DestDir: "{app}\templates\vso glossy\magenta"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\_2chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\_3chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\_4chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\_6chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\_10chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\bande.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\bg.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\bg_3thumb.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\bg_6thumb.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\bg_10thumb.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\btn_menu.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\btn_next.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\btn_play.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\btn_previous.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\_configuration_modele.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\_intro_modele.jpg"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\note.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\green\soustitre.png"; DestDir: "{app}\templates\vso glossy\green"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\_2chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\_3chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\_4chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\_6chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\_10chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\bande.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\bg.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\bg_3thumb.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\bg_6thumb.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\bg_10thumb.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\btn_menu.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\btn_next.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\btn_play.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\btn_previous.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\_configuration_modele.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\_intro_modele.jpg"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\note.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\metal\soustitre.png"; DestDir: "{app}\templates\vso glossy\metal"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_clear_2ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_clear_3ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_clear_4ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_clear_6ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\vsoglossy_clear_10ch.ini"; DestDir: "{app}\templates\vso glossy"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\_2chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\_3chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\_4chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\_6chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\_10chapitres_modele.jpg"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\bg_10thumb.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\bg_3thumb.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\bg_6thumb.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\btn_menu.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\btn_next.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\btn_play.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\btn_previous.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\note.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\templates\vso glossy\clear\soustitre.png"; DestDir: "{app}\templates\vso glossy\clear"; Flags: ignoreversion
Source: "{app}\lang\EditLoc.exe"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_original.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_slovak.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_russian.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_Portugues.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_polish.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_norsk.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_japanese.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_Italiano.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_greek.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_hungarian.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_german.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_french.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_finnish.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_English.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_dutch.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_dansk.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_czech.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_croatian.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_Chinese-zhongwen.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_chinese-hanyu.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_bulgarian.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_arabic.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_turkish.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_svenska.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_spanish.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\flag_slovenian.png"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Slovenian.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Portugues.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Polish.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Slovak.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Russian.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Norsk.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Italiano.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Hungarian.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Greek.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Japanese.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_German.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_French.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Finnish.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_English.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Dutch.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Dansk.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Czech.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Croatian.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Bulgarian.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Chinese-Hanyu.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Chinese.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Arabic.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Spanish.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Turkish.ini"; DestDir: "{app}\lang"; Flags: ignoreversion
Source: "{app}\lang\CX3_Svenska.ini"; DestDir: "{app}\lang"; Flags: ignoreversion

[Registry]
Root: HKLM; Subkey: "Software\VSO"; ValueName: "ConvertXToDVD"; ValueType: String; ValueData: "{app}\convertxtodvd.exe"; Flags: uninsdeletevalue
Root: HKCU; Subkey: "Software\VSO"; ValueName: "ConvertXToDVD"; ValueType: String; ValueData: "{app}\convertxtodvd.exe"; Flags: uninsdeletevalue
Root: HKCR; Subkey: ".XtoDVD"; ValueType: String; ValueData: "ConvertXtoDVD project file"; Flags: uninsdeletekey
Root: HKCR; Subkey: "ConvertXtoDVD project file"; ValueType: String; ValueData: "ConvertXtoDVD project file"; Flags: uninsdeletekey
Root: HKCR; Subkey: "ConvertXtoDVD project file\Shell\Open\Command"; ValueType: String; ValueData: """{app}\convertxtodvd.exe"" ""%1"""; Flags: uninsdeletevalue
Root: HKCR; Subkey: "ConvertXtoDVD project file\DefaultIcon"; ValueType: String; ValueData: "{app}\convertxtodvd.exe,0"; Flags: uninsdeletevalue
Root: HKCU; Subkey: "Software\VSO\ConvertXToDVD\3.0\settings"; ValueName: "TvFmt_Video_Standard"; ValueType: String; ValueData:"TRUE"; Flags: uninsdeletevalue
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Auth_Auto_Start"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Auth_Integrate_Menu"; ValueType: String; ValueData: "TRUE"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Auth_Sequential_Playback"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Auth_Loop_Playback"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Auth_Direct_tt_Play"; ValueType: String; ValueData: "TRUE"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Menu_template_name"; ValueType: String; ValueData: "Black Mirror"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Enc_target_size"; ValueType: Dword; ValueData: "$10CC"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0"; ValueName: "Main_Width"; ValueType: Dword; ValueData: "$226"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0"; ValueName: "Main_Height"; ValueType: Dword; ValueData: "$190"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\settings"; ValueName: "Burn_Speed"; ValueType: String; ValueData: "4x"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "SOFTWARE\VSO\ConvertXtoDVD\3.0\main_form"; ValueName: "Dkp_Log_Visible"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexist
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: "EH4TK-xxxxx-H73NS-AUKXT-xxxxx-4"; Flags: createvalueifdoesntexist

[Run]

[UninstallRun]
Filename: "http://www.vso-software.fr/uninstallform.php?software=ConvertXToDVD&version=3"; RunOnceId: "convertxtodvduninstallsurvey";
Filename: "{pf}\vso\pcsetup\PcSetup.exe"; Parameters: "/remove16";

[Icons]
Name: "{group}\ConvertXtoDVD 3"; Filename: "{app}\ConvertXtoDvd.exe"; WorkingDir: "{app}";
Name: "{userdesktop}\ConvertXtoDvd 3"; Filename: "{app}\ConvertXtoDvd.exe"; WorkingDir: "{app}"; Tasks: "desktopicon";
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ConvertXtoDvd"; Filename: "{app}\ConvertXtoDvd.exe"; WorkingDir: "{app}"; Tasks: "quicklaunchicon";
Name: "{group}\{cm:UninstallProgram, ConvertXToDVD}"; Filename: "{uninstallexe}";

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}";
Name: "stats"; Description: "{cm:AllowStat}"; GroupDescription: "{cm:AdditionalIcons}";

[CustomMessages]
en.NameAndVersion=%1 version %2
en.AdditionalIcons=Additional icons:
en.CreateDesktopIcon=Create a &desktop icon
en.CreateQuickLaunchIcon=Create a &Quick Launch icon
en.ProgramOnTheWeb=%1 on the Web
en.UninstallProgram=Uninstall %1
en.LaunchProgram=Launch %1
en.AssocFileExtension=&Associate %1 with the %2 file extension
en.AssocingFileExtension=Associating %1 with the %2 file extension...
ar.NameAndVersion=%1 %2
ar.AdditionalIcons= :
ar.CreateDesktopIcon= :
ar.CreateQuickLaunchIcon=
ar.ProgramOnTheWeb=%1
ar.UninstallProgram=%1
ar.LaunchProgram=%1
ar.AssocFileExtension= %1 %2
ar.AssocingFileExtension= %1 %2 ...
de.NameAndVersion=%1 Version %2
de.AdditionalIcons=Zustzliche Symbole:
de.CreateDesktopIcon=&Desktop-Symbol erstellen
de.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste erstellen
de.ProgramOnTheWeb=%1 im Internet
de.UninstallProgram=%1 entfernen
de.LaunchProgram=%1 starten
de.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
de.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
nl.NameAndVersion=%1 versie %2
nl.AdditionalIcons=Extra snelkoppelingen:
nl.CreateDesktopIcon=Maak een snelkoppeling op het &bureaublad
nl.CreateQuickLaunchIcon=Maak een snelkoppeling op de &Snel starten werkbalk
nl.ProgramOnTheWeb=%1 op het Web
nl.UninstallProgram=Verwijder %1
nl.LaunchProgram=&Start %1
nl.AssocFileExtension=&Koppel %1 aan de %2 bestandsextensie
nl.AssocingFileExtension=Bezig met koppelen van %1 aan de %2 bestandsextensie...
gk.NameAndVersion=%1 version %2
gk.AdditionalIcons=Additional icons:
gk.CreateDesktopIcon=Create a &desktop icon
gk.CreateQuickLaunchIcon=Create a &Quick Launch icon
gk.ProgramOnTheWeb=%1 on the Web
gk.UninstallProgram=Uninstall %1
gk.LaunchProgram=Launch %1
gk.AssocFileExtension=&Associate %1 with the %2 file extension
gk.AssocingFileExtension=Associating %1 with the %2 file extension...
br.NameAndVersion=%1 version %2
br.AdditionalIcons=Additional icons:
br.CreateDesktopIcon=Create a &desktop icon
br.CreateQuickLaunchIcon=Create a &Quick Launch icon
br.ProgramOnTheWeb=%1 on the Web
br.UninstallProgram=Uninstall %1
br.LaunchProgram=Launch %1
br.AssocFileExtension=&Associate %1 with the %2 file extension
br.AssocingFileExtension=Associating %1 with the %2 file extension...
sp.NameAndVersion=%1 versin %2
sp.AdditionalIcons=Iconos adicionales:
sp.CreateDesktopIcon=Crear un icono en el &escritorio
sp.CreateQuickLaunchIcon=Crear un icono de Inicio Rpido
sp.ProgramOnTheWeb=%1 en la Web
sp.UninstallProgram=Desinstalar %1
sp.LaunchProgram=Ejecutar %1
sp.AssocFileExtension=&Asociar %1 con la extensin de archivo %2
sp.AssocingFileExtension=Asociando %1 con la extensin de archivo %2...
it.NameAndVersion=%1 versione %2
it.AdditionalIcons=Icone aggiuntive:
it.CreateDesktopIcon=Crea un'icona sul &desktop
it.CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce
it.ProgramOnTheWeb=%1 sul Web
it.UninstallProgram=Disinstalla %1
it.LaunchProgram=Avvia %1
it.AssocFileExtension=&Associa l'estensione %2 a %1
it.AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
jp.NameAndVersion=%1 o[W %2
jp.AdditionalIcons=ACRlj:
jp.CreateDesktopIcon=fXNgbvɃACR쐬(&d)
jp.CreateQuickLaunchIcon=&Quick Launch ACR쐬
jp.ProgramOnTheWeb=%1 on the Web
jp.UninstallProgram=%1 ACXg[
jp.LaunchProgram=%1 s
jp.AssocFileExtension=%2 t@Cg %1֘At܂B
jp.AssocingFileExtension=%2 %1֘At܂B
po.NameAndVersion=%1 wersja %2
po.AdditionalIcons=Dodatkowe ikony:
po.CreateDesktopIcon=Utwrz ikon na &pulpicie
po.CreateQuickLaunchIcon=Utwrz ikon na pasku &szybkiego uruchamiania
po.ProgramOnTheWeb=Strona WWW programu %1
po.UninstallProgram=Deinstalacja programu %1
po.LaunchProgram=Uruchom program %1
po.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
po.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
fr.NameAndVersion=%1 version %2
fr.AdditionalIcons=Icnes supplmentaires :
fr.CreateDesktopIcon=Crer une icne sur le &Bureau
fr.CreateQuickLaunchIcon=Crer une icne dans la barre de &Lancement rapide
fr.ProgramOnTheWeb=Page d'accueil de %1
fr.UninstallProgram=Dsinstaller %1
fr.LaunchProgram=Excuter %1
fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
fr.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
cz.NameAndVersion=%1 verze %2
cz.AdditionalIcons=Dal zstupci:
cz.CreateDesktopIcon=Vytvoit zstupce na &ploe
cz.CreateQuickLaunchIcon=Vytvoit zstupce na panelu &Snadn sputn
cz.ProgramOnTheWeb=Aplikace %1 na internetu
cz.UninstallProgram=Odinstalovat aplikaci %1
cz.LaunchProgram=Spustit aplikaci %1
cz.AssocFileExtension=Vytvoit &asociaci mezi soubory typu %2 a aplikac %1
cz.AssocingFileExtension=Vytv se asociace mezi soubory typu %2 a aplikac %1...
Ch.NameAndVersion=%1 version %2
Ch.AdditionalIcons=Additional icons:
Ch.CreateDesktopIcon=Create a &desktop icon
Ch.CreateQuickLaunchIcon=Create a &Quick Launch icon
Ch.ProgramOnTheWeb=%1 on the Web
Ch.UninstallProgram=Uninstall %1
Ch.LaunchProgram=Launch %1
Ch.AssocFileExtension=&Associate %1 with the %2 file extension
Ch.AssocingFileExtension=Associating %1 with the %2 file extension...
kr.NameAndVersion=%1 %2
kr.AdditionalIcons= :
kr.CreateDesktopIcon= ȭ鿡 (&D)
kr.CreateQuickLaunchIcon= ࿡ (&Q)
kr.ProgramOnTheWeb= %1
kr.UninstallProgram=%1
kr.LaunchProgram=%1
kr.AssocFileExtension=%2 Ȯڸ %1 (&A)
kr.AssocingFileExtension=%2 Ȯڸ %1 ...
english.NameAndVersion=%1 version %2
english.AdditionalIcons=Additional icons:
english.CreateDesktopIcon=Create a &desktop icon
english.CreateQuickLaunchIcon=Create a &Quick Launch icon
english.ProgramOnTheWeb=%1 on the Web
english.UninstallProgram=Uninstall %1
english.LaunchProgram=Launch %1
english.AssocFileExtension=&Associate %1 with the %2 file extension
english.AssocingFileExtension=Associating %1 with the %2 file extension...
OsWarning=Windows 9x/Me is not the recommended operating system to run this product.
DxRequired=ConvertXtoDVD requires DirectX 8 or higher. Please update your version at http://www.microsoft.com/directx
DivxToDVDFound=An installation of DivxToDVD was found on your system. Click OK to uninstall it now.
AllowStat=Allow VSO-Software to collect media statistics (no personal information sent).
VideoFormat=Please select the video format supported by your TV and DVD player, then click Next.
BothFormat=My devices can handle both formats
PleaseSelectVideoFormat=Please select a video format.
VideoStandard=Video Standard
TVandDVDPlayerformat=TV and DVD Player Format
PAL=PAL (Europe)
NTSC=NTSC (USA, Japan)
jp.OsWarning=Windows 9x/Me ́A̐i̐Iy[eBO VXeł͂܂B
jp.DxRequired=ConvertXtoDVD DirectX 8 ȍ~KvƂ܂B http://www.microsoft.com/directx Ńo[WXVĂB
jp.DivxToDVDFound=DivxToDVD VXeɌ‚܂B [OK] NbNƁAACXg[s܂B
jp.AllowStat=VSO-Software ɂ郁fBAv̎W‚ (l͑܂)B
jp.VideoFormat=gp̃er DVD vC[őΉĂrfI`IāA[] NbNĂB
jp.BothFormat= (`ɑΉ”\ȋ@gp̕)
jp.PleaseSelectVideoFormat=Please select a video format
jp.VideoStandard=rfIKi
jp.TVandDVDPlayerformat=er DVD vC[̌`
jp.PAL=PAL ([bp)
jp.NTSC=NTSC (čA{)
kr.OsWarning=Windows 9x/Me ü ʽϴ.
kr.DxRequired=ConvertXtoDVD ϱ ؼ DirectX 8 Ǵ ̻ ʿմϴ. http://www.microsoft.com/directx Ʈ Ʈ ñ ٶϴ.
kr.DivxToDVDFound=DivxToDVD ýۿ ġǾ ֽϴ. OK ư ŬϿ ֽñ ٶϴ.
kr.AllowStat=VSO ¶ DB 踦 ϴ. ( ʽϴ.)
kr.VideoFormat= TV DVD ÷̾ ϴ ư Ŭϼ.
kr.BothFormat=ڰ մϴ.
kr.PleaseSelectVideoFormat=Please select a video format.
kr.VideoStandard=Video Standard
kr.TVandDVDPlayerformat=TV and DVD Player Format
kr.PAL=PAL (Europe)
kr.NTSC=NTSC (USA, Japan)
fr.OsWarning=Windows 9x/Me n'est pas recommand pour ce logiciel.
fr.DxRequired=ConvertXtoDVD demande DirectX 8 ou superieur. Veuillez mettre jour votre version sur http://www.microsoft.com/directx
fr.DivxToDVDFound=Une installation prcdente a t trouve. Cliquez sur OK pour la dsinstaller maintenant.
fr.AllowStat=Autoriser VSO-Software collecter des statistiques sur la gravure(aucune information personnelle envoye)
fr.VideoFormat=Slectionner le format video support par votre TV et lecteur DVD et cliquer Suivant.
fr.BothFormat=Mes priphriques supportent les 2 formats
fr.PleaseSelectVideoFormat=Please select a video format.
fr.VideoStandard=Video Standard
fr.TVandDVDPlayerformat=Format de la TV et du lecteur DVD
fr.PAL=PAL (Europe)
fr.NTSC=NTSC (USA, Japan)
de.OsWarning=Warnung: Dieses Produkt funktioniert unter Windows 9x/Me eventuell nicht korrekt.
de.DxRequired=ConvertXtoDVD bentigt DirectX 8 oder hher. Bitte aktualisieren Sie Ihre Version unter http://www.microsoft.com/directx
de.DivxToDVDFound=Es wurde eine DivxToDVD Installation auf Ihrem System gefunden. Klicken Sie auf OK, um diese jetzt zu deinstallieren.
de.AllowStat=VSO-Software erlauben Daten ber verwendete Medien und Brenner zu sammeln (nur zu Statistikzwecken, es werden keine persnlichen Daten bertragen).
de.VideoFormat=Bitte whlen Sie das von Ihrem Fernseher und DVD-Player untersttzte Videoformat, klicken Sie danach auf Weiter.
de.BothFormat=Meine Gerte untersttzen beide Formate
de.PleaseSelectVideoFormat=Bitte whlen Sie ein Videoformat.
de.VideoStandard=Videostandard
de.TVandDVDPlayerformat=Videostandard fr Fernseher und DVD-Player
de.PAL=PAL (Europa)
de.NTSC=NTSC (USA, Japan)
sp.OsWarning=Windows 9x/Me no esta recommandado para este software.
sp.DxRequired=ConvertXtoDVD necesita DirectX 8 o superior. Por favor descarga la ultima versin del programa en http://www.microsoft.com/directx
sp.DivxToDVDFound=Una antigua instalaction a sido encontrada. Cliqua en OK para desinstalarla ahora.
sp.AllowStat=Autorizar VSO-Software a recolectar estadisticas sobre la grabacion (ninguna informacion personal enviada)
sp.VideoFormat=Por favor elige el formato de video suportado por su TV y lector de DVD, y despues clica en "siguiente".
sp.BothFormat=Mi TV y lector de DVD acceptan los dos formatos
sp.PleaseSelectVideoFormat=Please select a video format.
sp.VideoStandard=Video Standard
sp.TVandDVDPlayerformat=TV and DVD Player Format
sp.PAL=PAL (Europe)
sp.NTSC=NTSC (USA, Japan)
it.OsWarning=Windows 9x/Me non raccomandato per questo software.
it.DxRequired=ConvertXtoDVD necessita DirectX 8 o superiore. Per favore scarica la nuova versione su http://www.microsoft.com/directx
it.DivxToDVDFound=Una installazione precedente stata trovata. Clicca su OK per desinstalarla subito.
it.AllowStat=Autorizzare VSO-Software a ricuperare delle statistiche sulla masterizazzione(nessuna informazione personale enviata)
it.VideoFormat=Per favore seleziona il formato di video sopportato por su TV e su lettore di DVD, poi clica in "Avanti".
it.BothFormat=La mia TV e il mio lettore DVD accettano i duei formati
it.PleaseSelectVideoFormat=Please select a video format.
it.VideoStandard=Video Standard
it.TVandDVDPlayerformat=TV and DVD Player Format
it.PAL=PAL (Europe)
it.NTSC=NTSC (USA, Japan)
po.OsWarning=Ostrzeenie: Prawdopodobnie ten produkt nie dziaa poprawnie na systemie Windows 9x/Me.
po.DxRequired=ConvertXtoDVD potrzebuje DirectX 8 lub wyszy. Prosz zaktualizuj twoj wersj na http://www.microsoft.com/directx
po.DivxToDVDFound=Na twoim systemie znaleziono ju instalacj DivxToDVD. Kliknij przycisk OK, aby j odinstalowa.
po.AllowStat=Pozwl VSO-Software zebra dane statystyczne uywanych plikw (nie bd wysyane dane osobiste)
po.VideoFormat=Wybierz format wideo obsugiwany przez twj telewizor i odtwarzacz DVD, nastpnie kliknij przycisk Dalej.
po.BothFormat=Moje urzdzenia obsuguj obydwa formaty
po.PleaseSelectVideoFormat=Prosz wybierz format wideo.
po.VideoStandard=Standard wideo
po.TVandDVDPlayerformat=Format dla telewizora i odtwarzacza DVD
po.PAL=PAL (Europa)
po.NTSC=NTSC (USA, Japonia)
GoogleTitle=Get it for Free!
GoogleBullet1=Search with Google from any web page
GoogleBullet2=Block annoying pop-ups
GoogleBullet3=Automatically fill out forms for faster online shopping
GoogleCheckbox=Install Google Toolbar (recommended)
GoogleDisclaimer=By installing the Google Toolbar, you agree to the Google Toolbar
GoogleTermsOfUse=terms of use
GoogleAnd=and
GooglePrivacyPolicy=privacy policy

[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.rtf";
Name: "ar"; MessagesFile: "embedded\ar.isl";
Name: "de"; MessagesFile: "embedded\de.isl";
Name: "nl"; MessagesFile: "embedded\nl.isl";
Name: "gk"; MessagesFile: "embedded\gk.isl";
Name: "br"; MessagesFile: "embedded\br.isl";
Name: "sp"; MessagesFile: "embedded\sp.isl";
Name: "it"; MessagesFile: "embedded\it.isl";
Name: "jp"; MessagesFile: "embedded\jp.isl";
Name: "po"; MessagesFile: "embedded\po.isl";
Name: "fr"; MessagesFile: "embedded\fr.isl";
Name: "cz"; MessagesFile: "embedded\cz.isl";
Name: "Ch"; MessagesFile: "embedded\Ch.isl";
Name: "kr"; MessagesFile: "embedded\kr.isl";
Name: "english"; MessagesFile: "embedded\english.isl";
==========================

This post has been edited by keyomall: 02 December 2008 - 07:53 AM


#14 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 03 February 2009 - 10:11 AM

Hey guys for the latest version of ConvertXtoDVD v3 you can use silent switches it just asks for the video format. Is there any way to select this automatically? I have it registered via a registry tweak so thats not a problem its just this video format thing.

TIA guys.

Stoner81.

#15 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 517
  • Joined: 30-July 03

Posted 14 March 2009 - 04:36 PM

Ok here we go i can unpack covertxtodvd and repack it add registry entries it runs ok, the problem i have is trying to get BatchXtoDVD
http://beta.cmsoft.co.uk/
to run it comes up with error and doesn't get convertxtodvd path i,e, C:\Program Files\VSO\ConvertX\3\ConvertXtoDvd.exe.

If i run convertxtodvd normal installer not repack BatchXtoDVD runs ok I am obvouslly missing registry settings some where. I have even tried autoit script but they fail at selecting TV format settings i,e, PAL NTSC or any.
Would just like to be able to install both these programs without any errors as i said convertxtodvd ain't a problem.

P.S. BatchXtoDVD is a stand alone program i know where it saves it's registry settings HKEY_CURRENT_USER\Software\CMSoft\BatchXtoDVD but main settings i threads are from Convertxtodvd registry.

This post has been edited by urie: 14 March 2009 - 04:42 PM


#16 User is offline   franner 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 18-December 07

Posted 13 May 2011 - 04:54 AM

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)

This post has been edited by franner: 13 May 2011 - 05:43 AM


#17 User is offline   skavenger 

  • Master of Tools
  • Pip
  • Group: Members
  • Posts: 55
  • Joined: 19-October 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 May 2011 - 06:39 AM

Here we go:

UPDATED TO VERSION 4.x

1. step: download convertxtodvd from here: http://www.vso-softw...t=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.jrsoftwar....php/ispack.exe
4. step: put your ConvertXtoDVD-Installer in any folder and create a subfolder named "unpack" therein
5. step: put innounp.exe in the same folder like the ConvertXtoDVD-Installer
6. 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 vsoConvertXtoDVD4_setup.exe

7. step: install "Inno Setup Compiler – QuickStart Pack " you downloaded in step 2
8. 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] section
Change the line
AppName={code:GetAppName}

By replacing the value „{code:GetAppName}“ with your choice
(i used the value from „AppVerName“)

11. step:
in the [Setup] section
If you use "InnoIDE" from QuickStart Pack go to Settings / Compiler Settings and hit the "Generate"-Button to get your own AppID
alternativ: Add a new line like this:
AppID={{0BECD337-D8A9-4767-A960-B7222BC4C913

change the value to your choice, the double-{ is correct

12. step:
in the [Registry] section
add the following line

Root: HKCU; Subkey: "Software\VSO\ConvertXtoDVD\4.0"; Valuename: "LicenseKey"; ValueType: String; ValueData: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-x"; Flags: createvalueifdoesntexist
Root: HKCU; Subkey: "Software\VSO\ConvertXtoDVD\4.0\settings"; Valuename: "Gen_CheckForUpdate"; ValueType: String; ValueData: "FALSE"; Flags: createvalueifdoesntexist

Where the x stands for YOUR own LicenseKey

13. step:
in the [Registry] section
search the following line

Root: HKCU; Subkey: "Software\VSO\ConvertXToDVD\3.0\settings"; ValueName: "TvFmt_Video_Standard";
ValueType: String; ValueData: "{code:GetVideoStandard}"; Flags: uninsdeletevalue

Change "{code:GetVideoStandard}" to "vs_automatic"


14. step
go to [Run] section
delete all lines from this section


15. step
Go to [UninstallRun] section

Remove 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] section
Remove the following line

Name: "stats"; Description: "{cm:AllowStat}"; GroupDescription: "{cm:AdditionalTasks}"; MinVersion: 0.0,5.0;



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.

Attached File(s)


This post has been edited by skavenger: 13 May 2011 - 06:41 AM


#18 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,228
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 May 2011 - 09:25 AM

If you care about the uninstall entry to look like the original you will also add these to the Setup section

AppPublisherURL=http://www.vso-software.fr
AppSupportURL=http://www.vso-software.fr
AppUpdatesURL=http://www.vso-software.fr
UninstallDisplayIcon={app}\ConvertXtoDvd.exe


#19 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,228
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 May 2011 - 08:57 PM

Also may want to update some of the codecs, they are very old

gdiplus.dll (KB2412687)
QTMLClient.dll (QT Lite)
wmadmod.dll (WMP11 New)
WMVADVD.DLL (KB913800)
wmvdmod.dll (KB913800)


http://www.mediafire...hda6gpbjs6rusrw

Share this topic:


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

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



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