home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 February / NETGUID0402N.iso / pc / featured / Windows / atc / atc30.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-12-01  |  3.1 KB  |  62 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=Absolute Time Corrector
  4. AppVerName=Absolute Time Corrector 3.0
  5. AppId=atc1
  6. AppVersion=3.0
  7. AppPublisher=Flexiblesoft
  8. AppPublisherURL=http://www.flexiblesoft.com/
  9. AppSupportURL=http://www.adjusttime.com/
  10. AppUpdatesURL=http://www.adjusttime.com/
  11. AppMutex=Absolute Time Corrector
  12. DefaultDirName={pf}\Flexiblesoft\ATC
  13. DefaultGroupName=Absolute Time Corrector
  14. UninstallDisplayName=Absolute Time Corrector
  15. OutputBaseFilename=setup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. LicenseFile=embedded\License.rtf
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. InfoAfterFile=embedded\InfoAfter.rtf
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23. [Files]
  24. Source: "{app}\atc.hlp"; DestDir: "{app}"; 
  25. Source: "{app}\cuckoo.wav"; DestDir: "{app}"; 
  26. Source: "{app}\failed.wav"; DestDir: "{app}"; 
  27. Source: "{app}\gong.wav"; DestDir: "{app}"; 
  28. Source: "{app}\timeservers.ini"; DestDir: "{app}"; 
  29. Source: "{app}\License.rtf"; DestDir: "{app}"; 
  30. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; 
  31. Source: "{app}\file_id.diz"; DestDir: "{app}"; 
  32. Source: "{app}\website.url"; DestDir: "{app}"; 
  33. Source: "{fonts}\TAHOMABD.TTF"; DestDir: "{fonts}"; Flags: uninsneveruninstall onlyifdoesntexist 
  34. Source: "{fonts}\TAHOMA.TTF"; DestDir: "{fonts}"; Flags: uninsneveruninstall onlyifdoesntexist 
  35. Source: "{app}\atc.chm"; DestDir: "{app}"; 
  36. Source: "{app}\cal.dll"; DestDir: "{app}"; 
  37. Source: "{app}\atc.ini"; DestDir: "{app}"; Flags: uninsneveruninstall onlyifdoesntexist 
  38. Source: "{app}\atc.exe"; DestDir: "{app}"; Flags: ignoreversion 
  39. Source: "{app}\atcw.exe"; DestDir: "{app}"; Flags: ignoreversion 
  40. Source: "{app}\RFC2030.txt"; DestDir: "{app}"; 
  41. Source: "{app}\RFC868.txt"; DestDir: "{app}"; 
  42. Source: "{app}\uninstall.ico"; DestDir: "{app}"; 
  43. Source: "{app}\regist00.dll"; DestDir: "{app}"; 
  44. [Registry]
  45. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "atc.exe"; ValueType: String; Flags: uninsdeletevalue 
  46. [Run]
  47. Filename: "{app}\ReadMe.rtf"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  48. Filename: "{app}\atcw.exe"; Description: "Run Configuration Wizard"; Flags: postinstall skipifsilent hidewizard 
  49. Filename: "{app}\atc.exe"; Description: "Run Absolute Time Corrector"; Flags: postinstall skipifsilent nowait
  50. [Icons]
  51. Name: "{group}\ATC"; Filename: "{app}\atc.exe"; WorkingDir: "{app}"; IconFilename: "{app}\atc.exe"; 
  52. Name: "{group}\ATC Wizard"; Filename: "{app}\atcw.exe"; WorkingDir: "{app}"; IconFilename: "{app}\atcw.exe"; 
  53. Name: "{group}\ATC Help"; Filename: "{app}\ATC.chm"; WorkingDir: "{app}"; 
  54. Name: "{group}\ATC License"; Filename: "{app}\License.rtf"; WorkingDir: "{app}"; 
  55. Name: "{group}\ATC Readme"; Filename: "{app}\readme.rtf"; WorkingDir: "{app}"; 
  56. Name: "{group}\ATC home page"; Filename: "{app}\website.url"; 
  57. Name: "{group}\Uninstall ATC"; Filename: "{app}\{uninstallexe}"; WorkingDir: "{app}"; IconFilename: "{app}\uninstall.ico"; 
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "default"; MessagesFile: "embedded\default.isl"; 
  62.