home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / one / setup.exe / install_script.iss
Text File  |  2003-08-25  |  4KB  |  70 lines

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