Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

  1. ;ActiveX Animation Remove
  2. ;Copyright (c) 1996 Microsoft Corporation
  3. [Version]
  4. Signature="$CHICAGO$"
  5. AdvancedINF=2.0
  6. [DefaultInstall]
  7. CustomDestination=MyCustomDestination
  8. [Uninstall]
  9. BeginPrompt = AXA.BeginPrompt
  10. EndPrompt = AXA.EndPrompt
  11. CustomDestination=MyCustomDestination
  12. UnRegisterOCXs=RegisterOCXSection
  13. DelReg=AV.Reg.Remove
  14. DelFiles=AAxa.app,AAxa.ole,AAxa.jax,AAxa.dm,AAxa.rmv
  15. ;Uninstall goo for reg
  16. [AV.Reg.Remove]
  17. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ActiveXAnimation
  18. [MyCustomDestination]
  19. 49001=GetDestinationDirectory,7
  20. 49002=GetJavaLibDirectory,7
  21. [GetDestinationDirectory]
  22. "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path","Internet Explorer 3.0 must be installed",""
  23. [GetJavaLibDirectory]
  24. "HKLM","SOFTWARE\Microsoft\Java VM","TrustedLibsDirectory","Unable to find Java path",""
  25. [RegisterOCXSection]
  26. %11%\AXA.DLL
  27. [AXA.BeginPrompt]
  28. Prompt="%CONFIRMATION%"
  29. ButtonType=YESNO
  30. Title="%TITLE%"
  31. [AXA.EndPrompt]
  32. Prompt="%DONE%"
  33. ButtonType=OK
  34. Title="%TITLE%"
  35. [Strings]
  36. CONFIRMATION = "This will remove Active Animation(DEBUG), do you want to continue?"
  37. TITLE = "Active Animation(DEBUG) Uninstall"
  38. DONE = "Active Animation(DEBUG) has been uninstalled"