home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 November / PCWorld_2003-11_cd.bin / Akce / Advanced_Uninstaller6.exe / install_script.iss
Text File  |  2003-10-14  |  5KB  |  73 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Advanced Uninstaller PRO 2003
  5. AppVerName=Advanced Uninstaller PRO 2003 version 6
  6. AppId=AU60
  7. AppVersion=6
  8. AppPublisher=Innovative Solutions
  9. AppPublisherURL=http://www.innovative-sol.com
  10. AppSupportURL=http://www.innovative-sol.com
  11. AppUpdatesURL=http://www.innovative-sol.com
  12. DefaultDirName={pf}\Innovative Solutions\Advanced Uninstaller PRO 2003 version 6
  13. DefaultGroupName=Advanced Uninstaller PRO 2003 version 6
  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. Source: "{app}\protect.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  31.  
  32. [Registry]
  33. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OemInfo"; ValueName: "UpdateOptions"; Flags: deletevalue 
  34. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't load\AdvUninstCPL.cpl"; Flags: deletekey noerror 
  35. Root: HKLM; Subkey: "SOFTWARE\Innovative Solutions\Advanced Uninstaller"; ValueName: "EXEFilePath"; ValueType: String; ValueData: "{app}\Uninstaller.exe"; Flags: uninsdeletekey 
  36. Root: HKCU; Subkey: "Software\Innovative Solutions\Advanced Uninstaller PRO 2003"; Flags: deletekey noerror 
  37. Root: HKCR; Subkey: "exefile\shell\AU6"; ValueType: String; ValueData: "Uninstall with Advanced Uninstaller"; Flags: uninsdeletekey 
  38. Root: HKCR; Subkey: ".exe\shell\AU6"; ValueType: String; ValueData: "Uninstall with Advanced Uninstaller"; Flags: uninsdeletekey 
  39. Root: HKCR; Subkey: "exefile\shell\AU6\command"; ValueType: String; ValueData: "{app}\uninstaller.exe %1"; 
  40. Root: HKCR; Subkey: ".exe\shell\AU6\command"; ValueType: String; ValueData: "{app}\uninstaller.exe %1"; 
  41. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Code Store Database\Windows_Catalog"; ValueName: "Windows_Cab_Catalog"; ValueType: Binary; ValueData: "39 C9 2B 00 D2 8D FD 00 EB 85 2E 00 C9 4A 73 00 59 49 59 03 00 3D 09 02 AB AF F8 05"; 
  42. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Code Store Database\Windows_Catalog"; ValueName: "Old_cab_version"; ValueType: Dword; ValueData: "$75689C25"; 
  43.  
  44. [INI]
  45. FileName: "{app}\Purchase.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.shareit.com/product.html?cart=1&productid=188582&languageid=1&stylefrom=151747¤cies=all"; 
  46.  
  47. [Run]
  48. 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
  49. Filename: "{app}\Uninstaller.exe"; Parameters: "-INNOSETUP"; Description: "Launch Advanced Uninstaller PRO 2003"; Flags: postinstall skipifsilent nowait
  50.  
  51. [Icons]
  52. Name: "{group}\Advanced Uninstaller PRO 2003"; Filename: "{app}\uninstaller.exe"; IconFilename: "{app}\Uninstaller.exe"; 
  53. Name: "{userdesktop}\Advanced Uninstaller PRO 2003"; Filename: "{app}\uninstaller.exe"; IconFilename: "{app}\Uninstaller.exe"; Comment: "Just drop a program shortcut here in order to uninstall it!"; Tasks: desktopicon; 
  54. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Advanced Uninstaller PRO 2003"; Filename: "{app}\uninstaller.exe"; IconFilename: "{app}\Uninstaller.exe"; Tasks: quicklaunchicon; 
  55. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  56. Name: "{group}\Buy Advanced Uninstaller PRO"; Filename: "{app}\Purchase.url"; 
  57.  
  58. [Tasks]
  59. Name: "desktopicon"; Description: "Create a &desktop icon (you can drag and drop shortcuts on it to uninstall programs)"; GroupDescription: "Additional icons:"; 
  60. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  61.  
  62. [UninstallDelete]
  63. Type: files; Name: "{app}\inc.ini"; 
  64. Type: files; Name: "{app}\sh_tips.ini"; 
  65. Type: filesandordirs; Name: "{sys}\AdvUninstCPL.cpl"; 
  66. Type: files; Name: "{app}\entries.dat"; 
  67. Type: files; Name: "{app}\disp.ini"; 
  68. Type: files; Name: "{app}\view.ini"; 
  69. Type: dirifempty; Name: "{app}\Other"; 
  70. Type: files; Name: "{app}\purchase.url"; 
  71. Type: files; Name: "{app}\*.log"; 
  72. Type: dirifempty; Name: "{app}\Undo"; 
  73.