home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / sharewar / vscan95 / data.z / WCMDRSIL.INI < prev    next >
INI File  |  1997-07-21  |  1KB  |  52 lines

  1. ;unInstallShield Helper Configuration
  2.  
  3. [Commands]
  4. NumCommands=7
  5. Command1=Show Status
  6. Command2=Custom Removal Commands
  7. Command3=Run unInstallShield
  8. Command4=Hide unInstallShield Confirmation
  9. Command5=Hide Status
  10. Command6=Answer YES to UNINST for NT
  11. Command7=Answer YES to UNINST for NON-NT
  12. ;Command8=Wait
  13.  
  14. [Show Status]
  15. CmdType=ShowStatus
  16. StatusText=\n\n\n\n\n\n\nRemoving application settings and files...
  17.  
  18. [Custom Removal Commands]
  19. CmdType=Include
  20. NumCommands=0
  21.  
  22. [Run unInstallShield]
  23. CmdType=Run
  24. CmdProg=C:\WINDOWS\UNINST.EXE -a
  25.  
  26. [Hide unInstallShield Confirmation]
  27. CmdType=ShowWindow
  28. ClassName=#32770
  29. WindowName=Confirm File Deletion
  30. ShowMode=Hide
  31.  
  32. [Hide Status]
  33. CmdType=HideStatus
  34.  
  35. [Answer YES to UNINST for NT]
  36. CmdType=SendMessage
  37. ClassName=#32770
  38. WindowName=Confirm File Deletion
  39. Message=Command
  40. wParam=8
  41.  
  42. [Answer YES to UNINST for NON-NT]
  43. CmdType=SendMessage
  44. ClassName=#32770
  45. WindowName=Confirm File Deletion
  46. Message=Command
  47. wParam=6
  48.  
  49. ;[Wait]
  50. ;CmdType=Delay
  51. ;WaitTime=5000
  52.