Hello.
I have a specific problem regarding installation of FS Filter: after successful installation on Win2003 OS gives me pop-up window to reboot the system even if reboot is not needed.
I install this filter driver as:
rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 .\filter.inf
I have been read in documentation that 128 mean no reboot at all but on Win2003 this option doesn’t work.
Also, on Win2000 this option do not influence OS for reboot (I try all 5 options) - the system do not show me pop-up windows for reboot.
Can anybody help me to set installation NOT to reboot the system on Win2003 server, please?
The contents of .inf file is:
[Version]
signature = “$Windows NT$”
Class = “HSMFilter” ;This is determined by the work this filter driver does
;;ClassGuid = {2F0EA340-F772-4a83-9014-20C66C336CA6} ;This value is determined by the Class
Provider = %Provider%
DriverVer = 02/28/2003,1.0.0.1
CatalogFile = hsmfs.cat ; A CatalogFile entry is required for a WHQL signature.
; The actual catalog file will be provided by WHQL. The
; catalog file for this sample is not provided for use.
[DestinationDirs]
DefaultDestDir = 12
hsmfs.DriverFiles = 12 ;%windir%\system32\drivers
[SourceDisksNames]
1 = %Disk1%
[SourceDisksFiles]
hsmfs.sys = 1
;;
;; Default install sections
;;
[DefaultInstall]
OptionDesc = %hsmfsServiceDesc%
CopyFiles = hsmfs.DriverFiles
[DefaultInstall.Services]
AddService = %hsmfsServiceName%,hsmfs.Service
AddReg = hsmfs.AddRegistry
;;
;; Default uninstall sections
;;
[DefaultUninstall]
DelFiles = hsmfs.DriverFiles
DelReg = hsmfs.DelRegistry
[DefaultUninstall.Services]
DelService = hsmfs,0x200 ; Flags note to stop service first
;
; Services Section
;
[hsmfs.Service]
DisplayName = %hsmfsServiceName%
Description = %hsmfsServiceDesc%
ServiceBinary = %12%\hsmfs.sys ;%windir%\system32\drivers\hsmfs.sys
ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER
StartType = 0 ;SERVICE_BOOT_START=0x0 SERVICE_DEMAND_START=0x3
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
LoadOrderGroup = “FSFilter HSM”
AddReg = hsmfs.AddRegistry
;
; Registry Modifications
;
[hsmfs.AddRegistry]
HKLM,%hsmfsRegistry%“\Parameters”,%hsmfsFileSystem%,0x00010000,“\FileSystem\Ntfs;”
[hsmfs.DelRegistry]
HKLM,%hsmfsRegistry%“\Parameters”
;
; Copy Files
;
[hsmfs.DriverFiles]
hsmfs.sys
;;
;; String Section
;;
[Strings]
hsmfsServiceDesc = “FS Filter Driver”
hsmfsServiceName = “hsmfs”
hsmfsRegistry = “system\currentcontrolset\services\hsmfs”
hsmfsFileSystem = “FileSystem”
Disk1 = “hsmfs Source Media”
Thanks in advance.
Regards
Andrej
–
Get your free email from http://www.boardermail.com
Powered by Outblaze