home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / one / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-08-25  |  4.3 KB  |  64 lines

  1. ;InnoSetupVersion=4.1.8
  2. [Setup]
  3. AppName=One-click CD Converter
  4. AppVerName=One-click CD Converter 1.0
  5. AppId=One-click CD Converter
  6. AppVersion=1.0
  7. AppPublisher=Streamware Development
  8. AppPublisherURL=http://www.streamware-dev.com/
  9. AppSupportURL=http://www.streamware-dev.com/
  10. AppUpdatesURL=http://www.streamware-dev.com/
  11. DefaultDirName={pf}\One-click CD Converter
  12. DefaultGroupName=One-click CD Converter
  13. OutputBaseFilename=cdconv10f
  14. Compression=lzma
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{tmp}\wmfdist.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  20. Source: "{tmp}\hhupd.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  21. Source: "{tmp}\shfolder.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  22. Source: "{sys}\msvcrt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  23. Source: "{tmp}\ntaspi.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  24. Source: "{app}\shell.dll"; DestDir: "{app}"; Flags: restartreplace regserver ignoreversion 
  25. Source: "{app}\cdconv.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  26. Source: "{app}\config.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  27. Source: "{app}\intro.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  28. Source: "{app}\unlock.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  29. Source: "{app}\cdconv.chm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  30. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  31. Source: "{app}\MACDll.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  32. Source: "{app}\ocavorbis.dll"; DestDir: "{app}"; Flags: restartreplace regserver ignoreversion 
  33. Source: "{app}\ocawma9.dll"; DestDir: "{app}"; Flags: restartreplace regserver ignoreversion 
  34. Source: "{app}\whatsnew.txt"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\default.url"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\register.url"; DestDir: "{app}"; Flags: ignoreversion 
  37. [Registry]
  38. Root: HKCU; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "RegisteredName"; ValueType: String; ValueData: "{userinfoname}"; 
  39. Root: HKCU; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "RegisteredOrganization"; ValueType: String; ValueData: "{userinfoorg}"; 
  40. Root: HKLM; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "AppPath"; ValueType: String; ValueData: "{app}\"; 
  41. Root: HKLM; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "HomeURL"; ValueType: String; ValueData: "http://www.streamware-dev.com/"; 
  42. Root: HKLM; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "RegisterURL"; ValueType: String; ValueData: "http://shareit1.element5.com/programs.html?productid=204714"; 
  43. Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"; ValueName: "One-click CD Converter Introduction"; ValueType: String; ValueData: "{app}\intro.exe"; 
  44. [Run]
  45. Filename: "{tmp}\wmfdist.exe"; Parameters: "/Q:A /R:N"; StatusMsg: "Installing WMA engine..."; 
  46. Filename: "{tmp}\ntaspi.exe"; Parameters: "/Q:A /R:N"; 
  47. Filename: "{tmp}\hhupd.exe"; Parameters: "/Q:A /R:N"; StatusMsg: "Updating HTML Help..."; 
  48. Filename: "{tmp}\shfolder.exe"; Parameters: "/Q:A /R:N"; StatusMsg: "Registering components..."; 
  49. Filename: "{app}\cdconv.exe"; Parameters: "/registry"; 
  50. Filename: "{app}\intro.exe"; Description: "View Quick Introduction"; Flags: postinstall nowait
  51. Filename: "{app}\register.url"; Description: "Order One-click CD Converter online"; Flags: shellexec postinstall unchecked nowait
  52. [Icons]
  53. Name: "{group}\View Introduction"; Filename: "{app}\intro.exe"; 
  54. Name: "{group}\Configure CD Converter"; Filename: "{app}\config.exe"; 
  55. Name: "{group}\Unlock CD Converter"; Filename: "{app}\unlock.exe"; 
  56. Name: "{group}\Order CD Converter online"; Filename: "{app}\register.url"; 
  57. Name: "{group}\Visit Streamware Development home page"; Filename: "{app}\default.url"; 
  58. Name: "{group}\Uninstall CD Converter"; Filename: "{uninstallexe}"; 
  59. Name: "{group}\CD Converter User's Manual"; Filename: "{app}\cdconv.chm"; 
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "default"; MessagesFile: "embedded\default.isl"; 
  64.