Dpinst failing to instal INf file
Hi guys,
Though I have used dpinst.exe before to install driver files this time i am not able to..
DpInst doesn't seem to support silent switches. (/s or /q). When i run the wizard it takes a while to compile into pnf and will install the files. If i use Custom action to run dpinst with /lm /s switch it just installs the MSI but not INF file.
I have placed dpinst along with CAT file and INF file.
PS: Its a pdiport device driver.As per the cat file it is digitally signed by Portrait dispalys, Inc.
Can anyone help me out please?
Thanks,
Ash
Though I have used dpinst.exe before to install driver files this time i am not able to..
DpInst doesn't seem to support silent switches. (/s or /q). When i run the wizard it takes a while to compile into pnf and will install the files. If i use Custom action to run dpinst with /lm /s switch it just installs the MSI but not INF file.
I have placed dpinst along with CAT file and INF file.
PS: Its a pdiport device driver.As per the cat file it is digitally signed by Portrait dispalys, Inc.
Can anyone help me out please?
Thanks,
Ash
0 Comments
[ + ] Show comments
Answers (17)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
http://msdn.microsoft.com/en-us/library/ms790806.aspx
I suspect that if you pass an invalid argument/switch DPInst will exit without executing.
I suspect that if you pass an invalid argument/switch DPInst will exit without executing.
Posted by:
sumarchana
13 years ago
Posted by:
captain_planet
13 years ago
...check the sequencing of your CA - make sure it's sequenced as deffered in a system context, somewhere after InstallFiles and before InstallFinalize.
it just installs the MSI but not INF file- and if your MSI doesn't install your INF file in the first place, you need to start looking at your component/feature states etc as opposed to DPInst for now, because that file needs to be on the system before DPInst runs. You also need to check every other file used by the INF (SourceDisksFiles section in the INF file, the CAT etc) exists on the system too.
Posted by:
sumarchana
13 years ago
To add some more, Application is called Colormunki, this is actually a setup.exe and at the end of the installation it extracts some exe along with the other files to tmp folder installs drivers and deletes quickly from there.(Also the certification related folders ). It is calling internally some of the exe's to install services too. (Kernel+win32).
Posted by:
Yaduveer
13 years ago
Posted by:
cygan
13 years ago
Posted by:
cygan
13 years ago
Posted by:
mekaywe
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
PackageExpert
13 years ago
If you're using InstallShield, you may use their Device Driver function and I'm sure they have if in Wise too.
And if you don't get the above you can create it yourself in your MSI something called DIFxApp
http://msdn.microsoft.com/en-us/library/ms790264.aspx
Using these eliminates the use of Custom Actions
And if you don't get the above you can create it yourself in your MSI something called DIFxApp
http://msdn.microsoft.com/en-us/library/ms790264.aspx
Using these eliminates the use of Custom Actions
Posted by:
sumarchana
13 years ago
Sorry guys i had taken a while to reply back to the posts.
Though i was successful in installing drivers with DPInst i still have issues :-(
I have got the hardware with me now and when i coonect the device its still not finding drivers and coming up with new hardware found wizard. I can see the PNF's compiled in INf folder. When i see the device mgr i can still see the yellow warning.
Can anyone let me know if we still need to search for registry keys if missing? I m not sure of what am i missing here. I thought the DPinst would take care of the drivers and the related stuffs.
Please let me know your comments....
Though i was successful in installing drivers with DPInst i still have issues :-(
I have got the hardware with me now and when i coonect the device its still not finding drivers and coming up with new hardware found wizard. I can see the PNF's compiled in INf folder. When i see the device mgr i can still see the yellow warning.
Can anyone let me know if we still need to search for registry keys if missing? I m not sure of what am i missing here. I thought the DPinst would take care of the drivers and the related stuffs.
Please let me know your comments....
Posted by:
anonymous_9363
13 years ago
Posted by:
sumarchana
13 years ago
Posted by:
AngelD
13 years ago

so that the conversation will remain readable.