home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Multimedia / wisedvd / sdvdc.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-24  |  2.7 KB  |  54 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=Wise DVD Creator
  4. AppVerName=Wise DVD Creator 5.0
  5. AppId=Wise DVD Creator
  6. AppPublisher=MasterSoft
  7. AppPublisherURL=http://www.download-software-free.com
  8. AppSupportURL=http://www.download-software-free.com
  9. AppUpdatesURL=http://www.download-software-free.com
  10. DefaultDirName={pf}\Wise DVD Creator 5.0
  11. DefaultGroupName=Wise DVD Creator 5.0
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\MCreator.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{sys}\wnaspi32.dll"; DestDir: "{sys}"; Flags: onlyifdoesntexist 
  21. Source: "{sys}\ado.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  22. Source: "{sys}\cygwin1.dll"; DestDir: "{sys}"; Flags: ignoreversion 
  23. Source: "{sys}\Image.EXE"; DestDir: "{sys}"; Flags: ignoreversion 
  24. Source: "{app}\li.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\SDBurn.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\SDVDC.CHM"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\setting.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Skin.sui"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{sys}\SuperMpeg.ax"; DestDir: "{sys}"; Flags: onlyifdoesntexist 
  30. Source: "{sys}\RMSDVDC.ax"; DestDir: "{sys}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\What's New.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32. [INI]
  33. FileName: "{app}\MCreator.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.download-software-free.com"; 
  34. [Run]
  35. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {sys}\SuperMpeg.ax"; 
  36. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {sys}\RMSDVDC.ax"; 
  37. Filename: "{app}\MCreator.exe"; Description: "Launch Super DVD Creator"; Flags: postinstall skipifsilent nowait
  38. Filename: "{app}\What's New.txt"; Flags: shellexec skipifsilent 
  39. [Icons]
  40. Name: "{group}\Super DVD Creator"; Filename: "{app}\MCreator.exe"; 
  41. Name: "{group}\Help Content"; Filename: "{app}\SDVDC.CHM"; 
  42. Name: "{group}\What's New"; Filename: "{app}\What's New.txt"; 
  43. Name: "{group}\Super DVD Creator on the Web"; Filename: "{app}\MCreator.url"; 
  44. Name: "{group}\Uninstall Super DVD Creator"; Filename: "{uninstallexe}"; 
  45. Name: "{userdesktop}\Super DVD Creator"; Filename: "{app}\MCreator.exe"; Tasks: desktopicon; 
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\MCreator.url"; 
  50. [Languages]
  51. ; These files are stubs
  52. ; To achieve better results after recompilation, use the real language files
  53. Name: "default"; MessagesFile: "embedded\default.isl"; 
  54.