home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 July / NETGUIDE0704.iso / pc / featured / Windows / BackupTools / AgentRansack / agentran.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-05-03  |  3.0 KB  |  44 lines

  1. ;InnoSetupVersion=4.1.8
  2. [Setup]
  3. AppName=Agent Ransack
  4. AppVerName=Agent Ransack Version 1.7.3
  5. AppId=Agent Ransack
  6. DefaultDirName={pf}\Mythicsoft\Agent Ransack
  7. DefaultGroupName=Agent Ransack
  8. OutputBaseFilename=ar_in
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. WizardImageFile=embedded\WizardImage0.bmp
  12. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  13. [Files]
  14. Source: "{app}\AgentRansack.hlp"; DestDir: "{app}"; 
  15. Source: "{app}\AgentRansack.cnt"; DestDir: "{app}"; 
  16. Source: "{app}\AgentRansack.chm"; DestDir: "{app}"; 
  17. Source: "{app}\file_id.diz"; DestDir: "{app}"; 
  18. Source: "{app}\license.txt"; DestDir: "{app}"; 
  19. Source: "{app}\ReadME.txt"; DestDir: "{app}"; 
  20. Source: "{app}\AgentRansack.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  21. Source: "{app}\arshellext.dll"; DestDir: "{app}"; Flags: restartreplace regserver uninsrestartdelete 
  22. [Registry]
  23. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\AgentRansack.EXE"; ValueType: String; ValueData: "{app}\AgentRansack.EXE"; Flags: uninsdeletekey 
  24. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\AgentRansack.EXE"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  25. Root: HKCU; Subkey: "Software\Agent_EXE"; ValueType: String; Flags: uninsdeletekey 
  26. Root: HKLM; Subkey: "Software\Agent_EXE"; ValueType: String; Flags: uninsdeletekey 
  27. Root: HKLM; Subkey: "Software\Mythicsoft\Agent Ransack"; ValueType: String; Flags: uninsdeletekey 
  28. Root: HKCR; Subkey: "Directory\shellex\ContextMenuHandlers\AgentRansackHere"; ValueType: String; ValueData: "{{6646F704-1528-4B5C-BAB7-176FA4B5F80A}}"; Flags: uninsdeletekey 
  29. Root: HKCR; Subkey: "Drive\shellex\ContextMenuHandlers\AgentRansackHere"; ValueType: String; ValueData: "{{6646F704-1528-4B5C-BAB7-176FA4B5F80A}}"; Flags: uninsdeletekey 
  30. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\AgentRansackFind"; ValueType: String; ValueData: "{{6646F704-1528-4B5C-BAB7-176FA4B5F80A}}"; Flags: uninsdeletekey 
  31. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\AgentRansackFind\0"; ValueType: String; ValueData: "&Agent Ransack..."; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\AgentRansackFind\0\DefaultIcon"; ValueType: String; ValueData: "{app}\arshellext.dll,1"; Flags: uninsdeletekey 
  33. [Run]
  34. Filename: "{app}\ReadME.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  35. [Icons]
  36. Name: "{group}\Agent Ransack"; Filename: "{app}\AgentRansack.EXE"; WorkingDir: "{app}"; 
  37. Name: "{group}\HTML Help"; Filename: "{app}\AgentRansack.chm"; WorkingDir: "{app}"; 
  38. Name: "{group}\Help"; Filename: "{app}\AgentRansack.hlp"; WorkingDir: "{app}"; 
  39. Name: "{group}\Uninstall Agent Ransack"; Filename: "{uninstallexe}"; 
  40. [Languages]
  41. ; These files are stubs
  42. ; To achieve better results after recompilation, use the real language files
  43. Name: "default"; MessagesFile: "embedded\default.isl"; 
  44.