home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / SoundCP / scp1.exe / install_script.iss
Text File  |  2001-11-07  |  4KB  |  63 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Sound Control Plus
  5. AppVerName=Sound Control Plus v2.05
  6. AppId=Sound Control Plus
  7. AppPublisher=Really Effective Software
  8. AppPublisherURL=http://software.reallyeffective.co.uk
  9. AppSupportURL=http://software.reallyeffective.co.uk
  10. AppUpdatesURL=http://software.reallyeffective.co.uk
  11. AppMutex=Sound Control Plus
  12. DefaultDirName={pf}\Sound Control Plus
  13. DefaultGroupName=Sound Control Plus
  14. OutputBaseFilename=scp
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\SCP.EXE"; DestDir: "{app}"; 
  23. Source: "{app}\SCP.HLP"; DestDir: "{app}"; 
  24. Source: "{app}\SCP.CNT"; DestDir: "{app}"; 
  25. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  26. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; 
  27. Source: "{app}\HISTORY.TXT"; DestDir: "{app}"; 
  28. Source: "{app}\DESCRIPTION.TXT"; DestDir: "{app}"; 
  29. Source: "{app}\really effective software.url"; DestDir: "{app}"; 
  30. Source: "{app}\really effective network.url"; DestDir: "{app}"; 
  31.  
  32. [Registry]
  33. Root: HKCU; Subkey: "Software\Really Effective Software\SCP"; Flags: uninsdeletekey 
  34. Root: HKCU; Subkey: "Software\Really Effective Software\SCP"; ValueName: "chkShowSongTitleAfterChange"; ValueType: String; ValueData: "0"; 
  35. Root: HKCU; Subkey: "Software\Really Effective Software\SCP"; ValueName: "chkHideTrayIcon"; ValueType: String; ValueData: "0"; 
  36. Root: HKCU; Subkey: "Software\Really Effective Software\SCP"; ValueName: "chkMultipleDeviceSupport"; ValueType: String; ValueData: "0"; 
  37.  
  38. [Run]
  39. Filename: "{app}\README.TXT"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  40. Filename: "{app}\scp.exe"; Description: "Launch Sound Control Plus"; Flags: postinstall skipifsilent nowait
  41.  
  42. [Icons]
  43. Name: "{group}\Sound Control Plus"; Filename: "{app}\SCP.EXE"; 
  44. Name: "{userdesktop}\Sound Control Plus"; Filename: "{app}\SCP.EXE"; Tasks: desktopicon; 
  45. Name: "{userstartup}\Sound Control Plus"; Filename: "{app}\SCP.EXE"; Tasks: startupicon; 
  46. Name: "{group}\Sound Control Plus Help"; Filename: "{app}\SCP.HLP"; 
  47. Name: "{group}\Readme"; Filename: "{app}\README.TXT"; 
  48. Name: "{group}\License"; Filename: "{app}\LICENSE.TXT"; 
  49. Name: "{group}\History"; Filename: "{app}\HISTORY.TXT"; 
  50. Name: "{group}\Description"; Filename: "{app}\DESCRIPTION.TXT"; 
  51. Name: "{group}\Really Effective Software"; Filename: "{app}\really effective software.url"; 
  52. Name: "{userdesktop}\Really Effective Software"; Filename: "{app}\really effective software.url"; Tasks: desktopiconres; 
  53. Name: "{userfavorites}\Really Effective Software"; Filename: "{app}\really effective software.url"; MinVersion: 4.1,4.0; 
  54. Name: "{group}\Really Effective Network"; Filename: "{app}\really effective network.url"; 
  55. Name: "{userdesktop}\Really Effective Network"; Filename: "{app}\really effective network.url"; Tasks: desktopiconnet; 
  56. Name: "{userfavorites}\Really Effective Network"; Filename: "{app}\really effective network.url"; MinVersion: 4.1,4.0; 
  57.  
  58. [Tasks]
  59. Name: "startupicon"; Description: "&Automatically launch Sound Control Plus at Windows startup"; GroupDescription: "Additional icons:"; 
  60. Name: "desktopicon"; Description: "Create a &desktop icon for Sound Control Plus"; GroupDescription: "Additional icons:"; 
  61. Name: "desktopiconres"; Description: "Create a desktop shortcut to Really Effective &Software"; GroupDescription: "Additional icons:"; 
  62. Name: "desktopiconnet"; Description: "Create a desktop shortcut to Really Effective &Network"; GroupDescription: "Additional icons:"; 
  63.