home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2003 October (DVD) / PCNET0310.ISO / ayin_yazilimlari / wav / personal_assistant.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2010-02-16  |  2.8 KB  |  48 lines

  1. ;InnoSetupVersion=3.0.8
  2. [Setup]
  3. AppName=Personal Assistant
  4. AppVerName=Personal Assistant 1.1
  5. AppId=Personal Assistant
  6. AppVersion=1.1
  7. AppPublisher=Shelltoys, Inc.
  8. AppPublisherURL=http://www.shelltoys.com
  9. AppSupportURL=http://www.shelltoys.com/personal_assistant/
  10. AppUpdatesURL=http://www.shelltoys.com/personal_assistant/
  11. AppMutex=ShellToys_Personal_assistant
  12. DefaultDirName={pf}\Shelltoys\Personal Assistant
  13. DefaultGroupName=Personal Assistant
  14. UninstallDisplayIcon={app}\assistant.exe
  15. UninstallDisplayName=Personal Assistant
  16. OutputBaseFilename=setup
  17. Compression=zip
  18. PrivilegesRequired=none
  19. LicenseFile=embedded\License.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\assistant.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\assistant.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\assistant.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\tcdbtext.dll"; DestDir: "{app}"; Flags: regserver ignoreversion 
  27. Source: "{app}\file_id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\vendor.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\order.url"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\website.url"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\Sounds\alarm.wav"; DestDir: "{app}\Sounds"; Flags: ignoreversion 
  34. Source: "{app}\Default.pa"; DestDir: "{app}"; Flags: ignoreversion 
  35. [Registry]
  36. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Personal Assistant"; ValueType: String; Flags: uninsdeletevalue 
  37. Root: HKCR; Subkey: ".pa"; ValueType: String; ValueData: "Personal.Assistant.File"; Flags: uninsdeletevalue 
  38. Root: HKCR; Subkey: "Personal.Assistant.File\shell\open\command"; ValueType: String; ValueData: """{app}\assistant.exe"" %1"; Flags: uninsdeletevalue 
  39. [Run]
  40. Filename: "{app}\assistant.exe"; WorkingDir: "{app}"; Description: "Launch Personal Assistant"; Flags: shellexec postinstall nowait
  41. Filename: "{app}\order.url"; WorkingDir: "{app}"; Description: "Order full version"; Flags: shellexec postinstall nowait
  42. [Icons]
  43. Name: "{group}\Personal Assistant"; Filename: "{app}\assistant.exe"; WorkingDir: "{app}"; IconFilename: "{app}\assistant.exe"; 
  44. Name: "{group}\Online Manual"; Filename: "{app}\assistant.chm"; WorkingDir: "{app}"; IconFilename: "{app}\assistant.chm"; 
  45. Name: "{group}\Visit Homepage"; Filename: "{app}\website.url"; WorkingDir: "{app}"; IconFilename: "{app}\website.url"; 
  46. Name: "{group}\Order Online"; Filename: "{app}\order.url"; WorkingDir: "{app}"; IconFilename: "{app}\order.url"; 
  47. Name: "{group}\Uninstall Personal Assistant"; Filename: "{uninstallexe}"; 
  48.