problems to install inf files under windows xp automaticially

From:
Date: 09/06/02


Date: Fri, 6 Sep 2002 16:46:58 +0200

hello

we have big problems to install inf files under xp automaticially.

we need this to provide remote software installations. so we have developed
a windows service, which should install the inf files. this service is
written in perl, wich
acts as a remote procedure call module. so the server conencts to the client
and calls a
run_inf function. this function calls the system command:

rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 132 <inf file>

but that didn't work, cause xp wants to have a signature for all files, wich
should be installed.

in the setupapi.log following error will be displayed:
[2002/09/06 14:43:37 1428.1]
#-198 Command line processed: C:\WINDOWS\system32\RUNDLL32.EXE
SETUPAPI.DLL,InstallHinfSection DefaultInstall 128 C:\fwinst\or9_2.inf
#-011 Installing section [DefaultInstall] from "C:\fwinst\or9_2.inf".
#E359 An unsigned or incorrectly signed file "c:\fwinst\or9_2.inf" blocked
(server install). Error 1168: Element nicht gefunden.
#W187 Install failed, attempting to restore original files.

but if we execute this command locally, the inf file will be installed.
however there will be generated lots of warning (listed above), the
instalaltion completed successfully.

[2002/09/06 11:36:01 1600.1]
#-198 Command line processed: C:\WINDOWS\system32\RUNDLL32.EXE
SETUPAPI.DLL,InstallHinfSection DefaultInstall 128 C:\fwinst\or9_2.inf
#-011 Installing section [DefaultInstall] from "C:\fwinst\or9_2.inf".
#E361 An unsigned or incorrectly signed file "c:\fwinst\or9_2.inf" will be
installed (Policy=Ignore). Error 1168: Element nicht gefunden.
#-024 Copying file "C:\fwinst\sqora.cnt" to "C:\WINDOWS\System32\sqora.cnt".
#E361 An unsigned or incorrectly signed file "C:\fwinst\sqora.cnt" will be
installed (Policy=Ignore). Error 0xe000022f: Die INF-Datei des
Drittanbieters enthält keine Digitalsignaturinformationen.
#-336 Copying file "C:\fwinst\sqora.cnt" to "C:\WINDOWS\System32\sqora.cnt"
via temporary file "C:\WINDOWS\System32\SETF5.tmp".
#E249 Failed to apply security to file "C:\WINDOWS\System32\sqora.cnt".
Error 1307: Diese Sicherheitskennung kann nicht als Besitzer des Objekts
zugeordnet werden.
#-336 Copying file "C:\fwinst\sqora.hlp" to "C:\WINDOWS\System32\sqora.hlp"
via temporary file "C:\WINDOWS\System32\SETF7.tmp".
#E361 An unsigned or incorrectly signed file "C:\fwinst\sqora.hlp" will be
installed (Policy=Ignore). Error 0xe000022f: Die INF-Datei des
Drittanbieters enthält keine Digitalsignaturinformationen.
#E249 Failed to apply security to file "C:\WINDOWS\System32\sqora.hlp".
Error 1307: Diese Sicherheitskennung kann nicht als Besitzer des Objekts
zugeordnet werden.

what can i do? any idea?
how can i signature an inf file or better, how can i deactivate this
confusion feature in xp.

we have used our software remote installation system for several years and
did'nt have problems with that under windows nt and 2k.

thank you for your help!

regards,
christoph



Relevant Pages

  • Creating an installation that supports multiple platforms
    ... I'm trying to create a single INF file to use with CABWIZ that will allow me ... to create and install our application on the Pocket PC 2002, ... Specifies the various types of CAB files that will be generated ... <dest filename> is the destination filename (or the source filename ...
    (microsoft.public.pocketpc.developer)
  • Re: problems to install inf files under windows xp automaticially
    ... Anyway first check on what account the thing runs. ... For data/software distribution, inventory and remote installations. ... > we have big problems to install inf files under xp automaticially. ... Error 0xe000022f: Die INF-Datei des ...
    (comp.os.ms-windows.nt.admin.security)
  • Re: Touch Screen - Gunze Driver not working on xp embedded
    ... I Add Repository and set the location to point to C:\touchscreen ... I open up TD, I add Gunze component to my build, I make a build ... Does XPE use setup.exe to install the component during boot up ?. ... May be there is something wrong with my inf file. ...
    (microsoft.public.windowsxp.embedded)
  • Re: Calling inf file or installing .sys file from DriverEntry func
    ... Actually the USB device has a cryptograpic functionlity and i need to create ... The task is to install the Smart card reader driver as well as USB ... I already provided sample .inf file in my previous reply. ...
    (microsoft.public.development.device.drivers)
  • Re: USB Printer Problem
    ... Any pointers on what registry data I ... >> as from your custom INF file import. ... >>> when I manualy install it using "Add Printer". ... >>>> printer driver files to appropriate windows directories. ...
    (microsoft.public.windowsxp.embedded)