home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 April / NETGUID0404N.iso / pc / featured / Windows / AdvancedUninstaller / Advanced_U6.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-17  |  4.9 KB  |  72 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Advanced Uninstaller PRO 2004
  4. AppVerName=Advanced Uninstaller PRO 2004 - version 6
  5. AppId=AU65
  6. AppVersion=6
  7. AppPublisher=Innovative Solutions
  8. AppPublisherURL=http://www.innovative-sol.com
  9. AppSupportURL=http://www.innovative-sol.com
  10. AppUpdatesURL=http://www.innovative-sol.com
  11. DefaultDirName={pf}\Innovative Solutions\Advanced Uninstaller PRO 2004 version 6
  12. DefaultGroupName=Advanced Uninstaller PRO 2004 - version 6
  13. UninstallDisplayIcon={app}\Uninstaller.exe
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.rtf
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\uninstaller.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Readme\description.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  24. Source: "{app}\tips.ini"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\AdvUninstCPL.cpl"; DestDir: "{sys}"; Flags: ignoreversion 
  26. Source: "{app}\Readme\license.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  27. Source: "{app}\wtkpro.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\protect.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\loading_bar.avi"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\loading.gif"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Sounds\1.wav"; DestDir: "{app}\Sounds"; 
  32. Source: "{app}\Sounds\2.wav"; DestDir: "{app}\Sounds"; 
  33. Source: "{app}\Sounds\3.wav"; DestDir: "{app}\Sounds"; 
  34. Source: "{app}\Sounds\4.wav"; DestDir: "{app}\Sounds"; 
  35. Source: "{app}\Sounds\5.wav"; DestDir: "{app}\Sounds"; 
  36. [Dirs]
  37. Name: "{app}\Sounds"; 
  38. [Registry]
  39. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OemInfo"; ValueName: "UpdateOptions"; Flags: deletevalue 
  40. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't load\AdvUninstCPL.cpl"; Flags: deletekey noerror 
  41. Root: HKLM; Subkey: "SOFTWARE\Innovative Solutions\Advanced Uninstaller"; ValueName: "EXEFilePath"; ValueType: String; ValueData: "{app}\Uninstaller.exe"; Flags: uninsdeletekey 
  42. Root: HKCU; Subkey: "Software\Innovative Solutions\Advanced Uninstaller PRO 2004\6\Settings"; Flags: deletekey noerror 
  43. Root: HKCU; Subkey: "Software\Innovative Solutions\Advanced Uninstaller PRO 2004\6\Theme_Settings"; Flags: deletekey noerror 
  44. Root: HKCR; Subkey: "exefile\shell\AU6"; ValueType: String; ValueData: "Uninstall with Advanced Uninstaller"; Flags: uninsdeletekey 
  45. Root: HKCR; Subkey: ".exe\shell\AU6"; ValueType: String; ValueData: "Uninstall with Advanced Uninstaller"; Flags: uninsdeletekey 
  46. Root: HKCR; Subkey: "exefile\shell\AU6\command"; ValueType: String; ValueData: "{app}\uninstaller.exe %1"; 
  47. Root: HKCR; Subkey: ".exe\shell\AU6\command"; ValueType: String; ValueData: "{app}\uninstaller.exe %1"; 
  48. Root: HKLM; Subkey: "SOFTWARE\Microsoft\DeviceManager\Processor"; ValueName: "Normal_Latency"; ValueType: Binary; ValueData: "8E CA 30 00 5A 1A 03 01 E7 CC 2C 00 C1 4F 79 00 BB 9A 54 03 C6 63 FD 01 4D 9B FC 05"; 
  49. Root: HKLM; Subkey: "SOFTWARE\Microsoft\DeviceManager\Processor"; ValueName: "Old_Latency"; ValueType: Dword; ValueData: "$25A470BC"; 
  50. [Run]
  51. 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
  52. Filename: "{app}\Uninstaller.exe"; Description: "Launch Advanced Uninstaller PRO 2004"; Flags: postinstall skipifsilent nowait
  53. [Icons]
  54. Name: "{group}\Advanced Uninstaller PRO 2004"; Filename: "{app}\uninstaller.exe"; IconFilename: "{app}\Uninstaller.exe"; 
  55. Name: "{userdesktop}\Advanced Uninstaller PRO 2004"; Filename: "{app}\uninstaller.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Uninstaller.exe"; Comment: "Simply drop a program or shortcut on this icon to uninstall it!"; Tasks: desktopicon; 
  56. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Advanced Uninstaller PRO 2004"; Filename: "{app}\uninstaller.exe"; IconFilename: "{app}\Uninstaller.exe"; Tasks: quicklaunchicon; 
  57. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  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. [UninstallDelete]
  62. Type: files; Name: "{app}\inc.ini"; 
  63. Type: files; Name: "{app}\sh_tips.ini"; 
  64. Type: filesandordirs; Name: "{sys}\AdvUninstCPL.cpl"; 
  65. Type: files; Name: "{app}\entries.dat"; 
  66. Type: files; Name: "{app}\disp.ini"; 
  67. Type: files; Name: "{app}\view.ini"; 
  68. Type: dirifempty; Name: "{app}\Other"; 
  69. Type: files; Name: "{app}\purchase.url"; 
  70. Type: files; Name: "{app}\*.log"; 
  71. Type: dirifempty; Name: "{app}\Undo"; 
  72.