Changeset 76585 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jan 1, 2019 6:31:29 AM (6 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
r76575 r76585 29 29 UINT VBoxSetProperty(MSIHANDLE a_hModule, WCHAR *a_pwszName, WCHAR *a_pwszValue); 30 30 31 #endif /* ! ___VBoxInstallHelper_Common_h */31 #endif /* !VBOX_INCLUDED_SRC_InstallHelper_VBoxCommon_h */ 32 32 -
trunk/src/VBox/Installer/win/Resources/resource.h
r76575 r76585 34 34 #define IDI_FILETYPE_VBOX_HDD 306 35 35 36 #endif 36 #endif /* !VBOX_INCLUDED_SRC_Resources_resource_h */ -
trunk/src/VBox/Installer/win/Stub/VBoxStub.h
r76575 r76585 27 27 LPFN_ISWOW64PROCESS fnIsWow64Process; 28 28 29 #endif 29 #endif /* !VBOX_INCLUDED_SRC_Stub_VBoxStub_h */ 30 30 -
trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.h
r76575 r76585 24 24 extern bool addCertToStore(DWORD dwDst, const char *pszStoreNm, const unsigned char kpCertBuf[], DWORD cbCertBuf); 25 25 26 #endif 26 #endif /* !VBOX_INCLUDED_SRC_Stub_VBoxStubCertUtil_h */ 27 27 -
trunk/src/VBox/Installer/win/Stub/resource.h
r76575 r76585 29 29 #define APP_MANIFEST 1 30 30 31 #endif 31 #endif /* !VBOX_INCLUDED_SRC_Stub_resource_h */ 32 32 -
trunk/src/VBox/Installer/win/StubBld/VBoxStubBld.h
r76575 r76585 67 67 typedef VBOXSTUBBUILDPKG *PVBOXSTUBBUILDPKG; 68 68 69 #endif 69 #endif /* !VBOX_INCLUDED_SRC_StubBld_VBoxStubBld_h */
Note:
See TracChangeset
for help on using the changeset viewer.