home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / UNINSTALLER / ADVANCED_UNINSTALLER5.EXE / install_script.iss
Text File  |  2003-04-18  |  5KB  |  69 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Advanced Uninstaller PRO 2003
  5. AppVerName=Advanced Uninstaller PRO 2003 version 5
  6. AppId=AU5
  7. AppVersion=5
  8. AppPublisher=Innovative Technologies
  9. AppPublisherURL=http://www.innovative.go.ro
  10. AppSupportURL=http://www.innovative.go.ro
  11. AppUpdatesURL=http://www.innovative.go.ro
  12. DefaultDirName={pf}\Innovative Technologies\Advanced Uninstaller PRO 2003 version 5
  13. DefaultGroupName=Advanced Uninstaller PRO 2003 version 5
  14. UninstallDisplayIcon={app}\Uninstaller.exe
  15. OutputBaseFilename=setup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. LicenseFile=embedded\License.rtf
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\Uninstaller.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Readme\description.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  26. Source: "{app}\tips.ini"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{sys}\AdvUninstCPL.cpl"; DestDir: "{sys}"; Flags: ignoreversion 
  28. Source: "{app}\Readme\license.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  29. Source: "{app}\wtkpro.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  30.  
  31. [Registry]
  32. Root: HKLM; Subkey: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't load\AdvUninstCPL.cpl"; Flags: deletekey noerror 
  33. Root: HKLM; Subkey: "SOFTWARE\Innovative Technologies\Advanced Uninstaller"; ValueName: "EXEFilePath"; ValueType: String; ValueData: "{app}\Uninstaller.exe"; Flags: uninsdeletekey 
  34.  
  35. [Run]
  36. Filename: "{win}\regedit.exe"; Parameters: "/e entries.dat HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall"; WorkingDir: "{app}"; Description: "Backup uninstall entries"; Flags: skipifdoesntexist nowait
  37. Filename: "{app}\Uninstaller.exe"; Description: "Launch Advanced Uninstaller PRO 2003"; Flags: postinstall skipifsilent nowait
  38.  
  39. [Icons]
  40. Name: "{group}\Advanced Uninstaller PRO 2003"; Filename: "{app}\Uninstaller.exe"; 
  41. Name: "{userdesktop}\Advanced Uninstaller PRO 2003"; Filename: "{app}\Uninstaller.exe"; Tasks: desktopicon; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Advanced Uninstaller PRO 2003"; Filename: "{app}\Uninstaller.exe"; Tasks: quicklaunchicon; 
  43. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  44. Name: "{group}\Quick Start\Program uninstaller"; Filename: "{app}\Uninstaller.exe"; Parameters: "-UNINSTALLER"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 13; 
  45. Name: "{group}\Quick Start\General\StartUp Items"; Filename: "{app}\Uninstaller.exe"; Parameters: "-STARTPROGS"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 10; 
  46. Name: "{group}\Quick Start\General\Font manager"; Filename: "{app}\Uninstaller.exe"; Parameters: "-FONTS"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 8; 
  47. Name: "{group}\Quick Start\General\Control Panel applet manager"; Filename: "{app}\Uninstaller.exe"; Parameters: "-CONTROLPANEL"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 3; 
  48. Name: "{group}\Quick Start\General\Windows temporary files manager"; Filename: "{app}\Uninstaller.exe"; Parameters: "-WINDOWSTEMPORARY"; IconFilename: "{app}\wtkpro.DLL"; 
  49. Name: "{group}\Quick Start\Start Menu\Hide & show StartMenu items"; Filename: "{app}\Uninstaller.exe"; Parameters: "-HIDESHOW"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 5; 
  50. Name: "{group}\Quick Start\Start Menu\StartMenu cleaner"; Filename: "{app}\Uninstaller.exe"; Parameters: "-CLEANSTARTMENU"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 2; 
  51. Name: "{group}\Quick Start\Internet\Internet Explorer address bar history manager"; Filename: "{app}\Uninstaller.exe"; Parameters: "-ADDRESSBARHISTORY"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 1; 
  52. Name: "{group}\Quick Start\Internet\Internet Explorer cookie manager"; Filename: "{app}\Uninstaller.exe"; Parameters: "-COOKIEMANAGER"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 4; 
  53. Name: "{group}\Quick Start\Internet\Internet Explorer visited pages"; Filename: "{app}\Uninstaller.exe"; Parameters: "-VISITEDPAGES"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 14; 
  54. Name: "{group}\Quick Start\Internet\Internet Explorer temporary files"; Filename: "{app}\Uninstaller.exe"; Parameters: "-TEMPORARYINTERNET"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 11; 
  55. Name: "{group}\Quick Start\Internet\Internet Explorer toolbars"; Filename: "{app}\Uninstaller.exe"; Parameters: "-TOOLBARS"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 7; 
  56. Name: "{group}\Quick Start\Internet\Internet Explorer plugins"; Filename: "{app}\Uninstaller.exe"; Parameters: "-PLUGINS"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 6; 
  57. Name: "{group}\Quick Start\Quick cleaner"; Filename: "{app}\Uninstaller.exe"; Parameters: "-QUICKCLEANER"; IconFilename: "{app}\wtkpro.DLL"; IconIndex: 9; 
  58.  
  59. [Tasks]
  60. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  61. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  62.  
  63. [UninstallDelete]
  64. Type: files; Name: "{app}\inc.ini"; 
  65. Type: files; Name: "{app}\sh_tips.ini"; 
  66. Type: filesandordirs; Name: "{sys}\AdvUninstCPL.cpl"; 
  67. Type: files; Name: "{app}\entries.dat"; 
  68. Type: files; Name: "{app}\disp.ini"; 
  69.