mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	installer: use regsvr32 to register FSD/DLL (Wix cannot register file system drivers or network provider DLL's)
This commit is contained in:
		| @@ -53,6 +53,8 @@ HRESULT WINAPI DllRegisterServer(VOID) | ||||
|  | ||||
|     Result = FspNpRegister(); | ||||
|  | ||||
|     FspDebugLog("FspNpRegister = %ld\n", Result); | ||||
|  | ||||
|     return NT_SUCCESS(Result) ? S_OK : 0x80040201/*SELFREG_E_CLASS*/; | ||||
| } | ||||
|  | ||||
| @@ -62,5 +64,7 @@ HRESULT WINAPI DllUnregisterServer(VOID) | ||||
|  | ||||
|     Result = FspNpUnregister(); | ||||
|  | ||||
|     FspDebugLog("FspNpUnregister = %ld\n", Result); | ||||
|  | ||||
|     return NT_SUCCESS(Result) ? S_OK : 0x80040201/*SELFREG_E_CLASS*/; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user