This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- MsiProcessDrivers not scheduled.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 24, 2011
11:05 AM
MsiProcessDrivers not scheduled.
i set up the driver settings in the component that contains my .inf file, and that populated the MsiDriverPackages table. i have the necessary .sys file and .cat file in separate components. i try the installation, but the driver doesn't get installed.
looking into this, i see that MsiProcessDrivers is not scheduled. How do i schedule MsiProcessDrivers?
looking into this, i see that MsiProcessDrivers is not scheduled. How do i schedule MsiProcessDrivers?
(1) Reply
Sep 07, 2011
01:09 AM
Try this:
Create a new test project and put all driver package related files into a single component. Mark 'This component includes a device driver' at the advanced settings of the component.
If you still have trouble post the installation log and some more information about your system and device.
Create a new test project and put all driver package related files into a single component. Mark 'This component includes a device driver' at the advanced settings of the component.
If you still have trouble post the installation log and some more information about your system and device.