Hi ,
We are facing issue while installing drivers using MSI project. What is observed is that the driver (*.sys) are not being installed in (C:/windows/system32/drivers). Could you please help us in solving the issue. Thanks in advance.
We used Device Driver Wizard(in Basic MSI Project) to install the driver and once the configuration of driver is finished followed is observed:
1. Installation Designer -> Organization -> Components folder: two components (Driver and Driver_INF) was added by the wizard.
2. Installation Designer -> Organization -> Components folder -> Driver -> File: no file was added by the wizard.
3. Installation Designer -> Organization -> Components folder -> Driver_INF -> File ->: *.cat and *.inf file was added by the wizard.
4. Installation Designer -> Behaviour and Logic -> Custom action and sequence -> Custom Actions : MsiInstallDrivers/ MsiuninstallDrivers etc are added by the wizard.
After running the MSI; drivers were not installed.
We tried adding files(*.sys) to Driver/Driver_INF; however no success.
Thanks and Regards,
We are facing issue while installing drivers using MSI project. What is observed is that the driver (*.sys) are not being installed in (C:/windows/system32/drivers). Could you please help us in solving the issue. Thanks in advance.
We used Device Driver Wizard(in Basic MSI Project) to install the driver and once the configuration of driver is finished followed is observed:
1. Installation Designer -> Organization -> Components folder: two components (Driver and Driver_INF) was added by the wizard.
2. Installation Designer -> Organization -> Components folder -> Driver -> File: no file was added by the wizard.
3. Installation Designer -> Organization -> Components folder -> Driver_INF -> File ->: *.cat and *.inf file was added by the wizard.
4. Installation Designer -> Behaviour and Logic -> Custom action and sequence -> Custom Actions : MsiInstallDrivers/ MsiuninstallDrivers etc are added by the wizard.
After running the MSI; drivers were not installed.
We tried adding files(*.sys) to Driver/Driver_INF; however no success.
Thanks and Regards,