DriverSetupInstall Method |
Installs Arsenal Image Mounter driver components from specified source
path. This routine automatically selects the correct driver version for
current version of Windows.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static void Install(
IWin32Window ownerWindow,
string setupsource
)
Public Shared Sub Install (
ownerWindow As IWin32Window,
setupsource As String
)
public:
static void Install(
IWin32Window^ ownerWindow,
String^ setupsource
)
static member Install :
ownerWindow : IWin32Window *
setupsource : string -> unit
Parameters
- ownerWindow
- Type: System.Windows.FormsIWin32Window
This needs to be a valid handle to a Win32
window that will be parent to dialog boxes etc shown by setup API. In
console Applications, you could call
NativeFileIO.Win32API.GetConsoleWindow() to get a window handle to the
console window. - setupsource
- Type: SystemString
Directory with setup files. Directory layout
at this path needs to be like in DriverSetup.7z found in DriverSetup
directory in repository, that is, one subdirectory for each kernel
version followed by one subdirectory for each architecture.
See Also