home *** CD-ROM | disk | FTP | other *** search
/ Enter 1997 November / Enter1197.iso / INTERNET / WINPOP / SETUP.EXE / WinPopup95.inf < prev   
Encoding:
Windows Setup INFormation  |  1997-05-27  |  3.5 KB  |  116 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5,"Wymagana jest nowsza wersja advpack.dll"
  4.  
  5. [DefaultInstall]
  6. RequiredEngine = setupapi, "Ten instalacyjny program wymaga setupapi.dll"
  7. RunPreSetupCommands = RunPreSetupCommandsSection
  8. Copyfiles   = WinPopup95.Win.Copy, WinPopup95.System.Copy, WinPopup95.Media.Copy, WinPopup95.INF.Copy
  9. AddReg      = WinPopup95.install.reg
  10. UpdateInis  = WinPopup95.install.link
  11. SmartReboot = I
  12. ;RunPostSetupCommands=RunPostSetupCommandsSection
  13.  
  14. [RunPreSetupCommandsSection]
  15. kill.exe
  16.  
  17. [RunPostSetupCommandsSection]
  18. WinPopup95.exe
  19.  
  20. [DestinationDirs]
  21. WinPopup95.System.Copy = 11
  22. WinPopup95.Win.Copy    = 25        ; LDID_SHARED
  23. WinPopup95.INF.Copy    = 17        ; LDID_INF
  24. WinPopup95.Media.Copy  = 25,media
  25.  
  26. [Uninstall]
  27. RequiredEngine = setupapi, "Ten instalacyjny program wymaga setupapi.dll"
  28. BeginPrompt = BeginPromptSection
  29. RunPreSetupCommands = RunPreUninstallCommandsSection
  30. UpdateInis  = WinPopup95.remove.link
  31. DelFiles    = WinPopup95.Win.Copy, WinPopup95.Media.Copy, WinPopup95.INF.Copy
  32. DelReg      = WinPopup95.remove.reg
  33. EndPrompt   = EndPromptSection
  34. SmartReboot = I
  35. Cleanup     = 1
  36.  
  37.  
  38. [BeginPromptSection]
  39. Prompt="%BeginPrompt%"
  40. ButtonType=YESNO
  41. Title=%AppName%
  42.  
  43. [RunPreUninstallCommandsSection]
  44. WinPopup95.exe kill
  45.  
  46. [EndPromptSection]
  47. Prompt="%EndPrompt%"
  48.  
  49.  
  50. ;---- WinPopup 95 - Sekcja Install -----------------------
  51. [WinPopup95.INF.Copy]
  52. WinPopup95.inf
  53.  
  54. [WinPopup95.Win.Copy]
  55. WinPopup95.exe
  56.  
  57. [WinPopup95.System.Copy]
  58. setupapi.dll,,,32       ; COPYFLG_NO_VERSION_DIALOG
  59. cfgmgr32.dll,,,32
  60. comctl32.dll,,,40       ; COPYFLG_NO_VERSION_DIALOG + COPYFLG_FORCE_IN_USE
  61.  
  62. [WinPopup95.Media.Copy]
  63. Wiadomo£µ.wav
  64.  
  65. [WinPopup95.install.link]
  66. setup.ini, progman.groups,, "applets="""            ;tworzy folder
  67. setup.ini, applets,, """%WinPopup95_Desc%"", WinPopup95.exe,,,,,%WinPopup95_ShortDesc%"   ;tworzy link
  68.  
  69. [WinPopup95.remove.link]
  70. setup.ini, progman.groups,, "applets="""            ;tworzy folder
  71. setup.ini, applets,, """%WinPopup95_Desc%"""        ;usuwa skrot
  72.  
  73. [WinPopup95.install.reg]
  74. HKLM,Software\WadzioSoft\WinPopup95,,,"WinPopup dla Windows 95"
  75. HKLM,Software\WadzioSoft\WinPopup95,Version,,"1.2"
  76. HKCU,AppEvents\EventLabels\WiadomoscWinPopup95,,,"Sygna│ wiadomo£ci"
  77. HKCU,AppEvents\Schemes\Apps\WinPopup95\WiadomoscWinPopup95\.Current,,,%25%\Media\Wiadomo£µ.wav
  78. HKLM,%KEY_CURRENT%\Run,WinPopup95,,"WinPopup95.exe"
  79. HKLM,%KEY_CURRENT%\Uninstall\WinPopup95,DisplayName,,"%WINPOPUP95_DESC%"
  80. HKLM,%KEY_CURRENT%\Uninstall\WinPopup95,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\WinPopup95.inf, Uninstall"
  81.  
  82. [WinPopup95.remove.reg]
  83. HKLM,%KEY_CURRENT%\Uninstall\WinPopup95
  84. HKLM,%KEY_CURRENT%\Run,WinPopup95
  85. HKLM,Software\WadzioSoft
  86. HKCU,AppEvents\EventLabels\WiadomoscWinPopup95
  87. HKCU,AppEvents\Schemes\Apps\WinPopup95
  88.  
  89. ;---------------------------------------------------------
  90.  
  91. [Strings]
  92. AppName              = "WinPopup dla Windows 95"
  93. Winpopup95_Desc      = "WinPopup 95"
  94. Winpopup95_ShortDesc = "WinPopup"
  95.  
  96. BeginPrompt = "Zostanie usuniΩty WinPopup95. Czy jeste£ pewnien?"
  97. EndPrompt   = "WinPopup dla Windows 95 zosta│ usuniΩty."
  98.  
  99. ;Non-Localizable Strings:
  100. KEY_TIPS    = "Software\Microsoft\Windows\CurrentVersion\Explorer\Tips"
  101. KEY_CURRENT = "Software\Microsoft\Windows\CurrentVersion"
  102.  
  103.  
  104.  
  105. ;--------------------------------------------------------
  106. [SourceDisksNames]
  107. 1 = "%AppName%",,1
  108.  
  109. [SourceDisksFiles]
  110. WinPopup95.inf =1
  111. WinPopup95.exe =1
  112. Wiadomo£µ.wav  =1
  113. setupapi.dll   =1
  114. cfgmgr32.dll   =1
  115. comctl32.dll   =1
  116. kill.exe       =1