home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CHIP_CD_2004-11.iso / software / dsclock / dcs150r.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-17  |  3.1 KB  |  54 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=DS Clock
  4. AppVerName=DS Clock
  5. AppId=DS Clock
  6. AppVersion=1.5
  7. AppPublisher=Duality Software
  8. AppPublisherURL=http://www.dualitysoft.com/dsclock/
  9. AppSupportURL=http://www.dualitysoft.com/support.html
  10. AppUpdatesURL=http://www.dualitysoft.com/download.html
  11. AppMutex=m_dsclock32
  12. DefaultDirName={pf}\DS Clock
  13. DefaultGroupName=DS Clock
  14. UninstallDisplayIcon=(app)dsclock.exe
  15. UninstallDisplayName=Uninstall DS Clock
  16. OutputBaseFilename=setup
  17. Compression=zip
  18. PrivilegesRequired=none
  19. DisableProgramGroupPage=yes
  20. AllowNoIcons=yes
  21. LicenseFile=embedded\License.txt
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{app}\dsclock.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\dsclock.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\dsound.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\file_id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\dsclock.xml"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\timesvrs.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  33. Source: "{app}\Sounds\Chimes.wav"; DestDir: "{app}\Sounds"; Flags: onlyifdoesntexist 
  34. Source: "{app}\Sounds\Cuckoo.wav"; DestDir: "{app}\Sounds"; Flags: onlyifdoesntexist 
  35. [Dirs]
  36. Name: "{app}\Sounds"; Flags: uninsalwaysuninstall 
  37. [Registry]
  38. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "DS Clock"; ValueType: String; ValueData: """{app}\dsclock.exe"""; Flags: uninsdeletevalue 
  39. Root: HKCU; Subkey: "Software\Duality Software"; Flags: uninsdeletekeyifempty 
  40. Root: HKCU; Subkey: "Software\Duality Software\DS Clock"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\Duality Software\DS Clock\Common"; Flags: uninsdeletekey 
  42. Root: HKCU; Subkey: "Software\Duality Software\DS Clock\Common"; ValueName: "CC"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist 
  43. Root: HKCU; Subkey: "Software\Duality Software\DS Clock\Common"; ValueName: "CF"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist 
  44. Root: HKCU; Subkey: "Software\Duality Software\DS Clock\Common"; ValueName: "CT"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist 
  45. Root: HKCU; Subkey: "Software\Duality Software\DS Clock\Common"; ValueName: "CB"; ValueType: Dword; ValueData: "$C0DCC0"; Flags: createvalueifdoesntexist 
  46. Root: HKCU; Subkey: "Software\Duality Software\DS Clock\Common"; ValueName: "H0"; ValueType: String; ValueData: "{app}\Sounds\Cuckoo.wav"; Flags: createvalueifdoesntexist 
  47. Root: HKCU; Subkey: "Software\Duality Software\DS Clock\Common"; ValueName: "H2"; ValueType: String; ValueData: "{app}\Sounds\Chimes.wav"; Flags: createvalueifdoesntexist 
  48. [Run]
  49. Filename: "{app}\dsclock.exe"; Description: "Launch DS Clock now."; Flags: postinstall nowait
  50. [Icons]
  51. Name: "{group}\DS Clock Help"; Filename: "{app}\dsclock.chm"; 
  52. Name: "{group}\DS Clock"; Filename: "{app}\dsclock.exe"; 
  53. Name: "{group}\Uninstall DS Clock"; Filename: "{uninstallexe}"; 
  54.