home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 2 / PCNET_CD_2006_09_2.iso / apps / Video / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-07  |  3.1 KB  |  50 lines

  1. ;InnoSetupVersion=4.0.10
  2. [Setup]
  3. AppName=AnyMP4 3GP Video Converter
  4. AppVerName=AnyMP4 3GP Video Converter 2.0
  5. AppId=AnyMP4 3GP Video Converter
  6. DefaultDirName={pf}\Any3GP
  7. DefaultGroupName=AnyMP4 3GP Video Converter 2.0
  8. OutputBaseFilename=setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. AllowNoIcons=yes
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\Help\any3gp.chm"; DestDir: "{app}\Help"; Flags: ignoreversion 
  17. Source: "{app}\Kernel.dll"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\SYS\Quicktime.dll"; DestDir: "{app}\SYS"; Flags: regserver ignoreversion 
  19. Source: "{app}\SYS\RealMedia.dll"; DestDir: "{app}\SYS"; Flags: regserver ignoreversion 
  20. Source: "{app}\SYS\divxdec.ax"; DestDir: "{app}\SYS"; Flags: regserver ignoreversion 
  21. Source: "{sys}\mcxvidcore.dll"; DestDir: "{sys}"; 
  22. Source: "{sys}\mcxvidvfw.dll"; DestDir: "{sys}"; 
  23. Source: "{app}\SYS\sample822.mov"; DestDir: "{app}\SYS"; Flags: ignoreversion 
  24. Source: "{app}\SYS\sample114.rm"; DestDir: "{app}\SYS"; Flags: ignoreversion 
  25. Source: "{app}\encoder.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Any3GP.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. [Registry]
  28. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc"; ValueName: "mcDivX.dll"; ValueType: String; ValueData: "DivX 5.0 Codec"; Flags: uninsdeletekey noerror 
  29. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc"; ValueName: "mcxvidvfw.dll"; ValueType: String; ValueData: "XviD MPEG-4 Video Codec"; Flags: uninsdeletekey noerror 
  30. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32"; ValueName: "vidc.XVID"; ValueType: String; ValueData: "mcxvidvfw.dll"; Flags: uninsdeletekey noerror 
  31. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32"; ValueName: "vidc.DIVX"; ValueType: String; ValueData: "mcDivX.dll"; Flags: uninsdeletekey noerror 
  32. [Run]
  33. Filename: "{app}\Any3GP.exe"; Description: "Launch AnyMP4 3GP Video Converter"; Flags: postinstall skipifsilent nowait
  34. [UninstallRun]
  35. Filename: "{app}\SYS\uninstall.bat"; WorkingDir: "{app}\SYS"; 
  36. [Icons]
  37. Name: "{group}\AnyMP4 3GP Video Converter"; Filename: "{app}\Any3GP.exe"; 
  38. Name: "{group}\Uninstall AnyMP4 3GP Video Converter"; Filename: "{uninstallexe}"; 
  39. Name: "{userdesktop}\AnyMP4 3GP Video Converter"; Filename: "{app}\Any3GP.exe"; Tasks: desktopicon; 
  40. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\AnyMP4 3GP Video Converter"; Filename: "{app}\Any3GP.exe"; Tasks: quicklaunchicon; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\AnyMP4 3GP Video Converter.url"; 
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "default"; MessagesFile: "embedded\default.isl"; 
  50.