home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / sharewar / TopTen / total.exe / setup.exe / install_script.iss
Text File  |  2002-02-10  |  2KB  |  49 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Total Uninstall
  5. AppVerName=Total Uninstall 2.11
  6. AppId=Total Uninstall
  7. AppPublisher=MartS
  8. AppPublisherURL=http://www.users.rol.ro/gmartau
  9. AppSupportURL=http://www.users.rol.ro/gmartau
  10. AppUpdatesURL=http://www.users.rol.ro/gmartau
  11. AppMutex=TotalUninstall
  12. DefaultDirName={pf}\Total Uninstall
  13. DefaultGroupName=Total Uninstall
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\Tun.exe"; DestDir: "{app}"; 
  23. Source: "{app}\TunReadMe.txt"; DestDir: "{app}"; 
  24. Source: "{app}\TunHistory.txt"; DestDir: "{app}"; 
  25. Source: "{app}\Tun.hlp"; DestDir: "{app}"; 
  26.  
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\MartS\Total Uninstall"; Flags: uninsdeletekey 
  29.  
  30. [Run]
  31. Filename: "{app}\TunReadMe.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  32. Filename: "{app}\Tun.exe"; Description: "Launch Total Uninstall"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{group}\Total Uninstall"; Filename: "{app}\Tun.exe"; 
  36. Name: "{group}\Total Uninstall Readme"; Filename: "{app}\TunReadMe.txt"; 
  37. Name: "{userdesktop}\Total Uninstall"; Filename: "{app}\Tun.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Total Uninstall"; Filename: "{app}\Tun.exe"; Tasks: quicklaunchicon; 
  39.  
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  42. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  43.  
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\Log.txt"; 
  46. Type: files; Name: "{app}\Exclude.dat"; 
  47. Type: files; Name: "{app}\Continue.dat"; 
  48. Type: files; Name: "{app}\Tun.gid"; 
  49.