I did a setup program in VB to install a printer driver using
rundll32 printui.dll,PrintUIEntry for a silent installation.

When trying it on a PC with Windows 2000 Professional just installed, it
seems to have a problem installing.

We installed a previous version of our driver and it created the folder
C:\WINDOWS\system32\spool\drivers\W32X86\3
and then the setup program worked with the new driver. It seems to be
unable to create the "\3" folder. It only works when that folder exist. I
would like to know what is the "\3" folder and what creates it in a printer
installation.
--
Mario

RE: rundll32 printui.dll,PrintUIEntry Question by bobbym

bobbym
Wed May 25 16:47:02 CDT 2005

------=_NextPart_0001_B424B06F
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Mario,
\3 folder is where the user mode printer drivers (as opposed to kernel mode
printer drivers) get installed.

Hope this helps.

Thank you,
Bobby Mattappally
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
Thread-Topic: rundll32 printui.dll,PrintUIEntry Question


I did a setup program in VB to install a printer driver using
rundll32 printui.dll,PrintUIEntry for a silent installation.

When trying it on a PC with Windows 2000 Professional just installed, it
seems to have a problem installing.

We installed a previous version of our driver and it created the folder
C:\WINDOWS\system32\spool\drivers\W32X86\3
and then the setup program worked with the new driver. It seems to be
unable to create the "\3" folder. It only works when that folder exist. I
would like to know what is the "\3" folder and what creates it in a printer
installation.
--
Mario

------=_NextPart_0001_B424B06F
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20 Mario,
\par \\3 folder is where the user mode printer drivers (as opposed to kernel mode printer drivers) get installed.
\par
\par Hope this helps.
\par
\par Thank you,
\par Bobby Mattappally
\par Microsoft
\par
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par
\par
\par \pard\li720 --------------------
\par Thread-Topic: rundll32 printui.dll,PrintUIEntry Question
\par
\par
\par I did a setup program in VB to install a printer driver using
\par rundll32 printui.dll,PrintUIEntry for a silent installation.
\par
\par When trying it on a PC with Windows 2000 Professional just installed, it
\par seems to have a problem installing.
\par
\par We installed a previous version of our driver and it created the folder
\par C:\\WINDOWS\\system32\\spool\\drivers\\W32X86\\3
\par and then the setup program worked with the new driver. It seems to be
\par unable to create the "\\3" folder. It only works when that folder exist. I
\par would like to know what is the "\\3" folder and what creates it in a printer
\par installation.
\par --
\par Mario
\par \pard
\par
\par }
------=_NextPart_0001_B424B06F--


RE: rundll32 printui.dll,PrintUIEntry Question by Mario

Mario
Fri May 27 07:10:04 CDT 2005

Thanks for the informartion.

I would like to know also, if there is a way to debug when using the command
"rundll32 printui.dll, PrintUIEntry"?

I use it to install our printer driver and it works on some PC and not on
others. Since it only gives me the message "Print rundll command failed", it
is very hard to find out why it doesn't work.

--
Mario


"Bobby Mattappally [MS]" wrote:

> Mario,
> \3 folder is where the user mode printer drivers (as opposed to kernel mode
> printer drivers) get installed.
>
> Hope this helps.
>
> Thank you,
> Bobby Mattappally
> Microsoft
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
> --------------------
> Thread-Topic: rundll32 printui.dll,PrintUIEntry Question
>
>
> I did a setup program in VB to install a printer driver using
> rundll32 printui.dll,PrintUIEntry for a silent installation.
>
> When trying it on a PC with Windows 2000 Professional just installed, it
> seems to have a problem installing.
>
> We installed a previous version of our driver and it created the folder
> C:\WINDOWS\system32\spool\drivers\W32X86\3
> and then the setup program worked with the new driver. It seems to be
> unable to create the "\3" folder. It only works when that folder exist. I
> would like to know what is the "\3" folder and what creates it in a printer
> installation.
> --
> Mario
>

RE: rundll32 printui.dll,PrintUIEntry Question by Mario

Mario
Fri May 27 08:32:03 CDT 2005

I finally realized that some files were missing when installing the driver
(unires.dll and stdnames.gpd). How could I get the installation to get those
files from the cab files?
--
Mario


"Mario" wrote:

> Thanks for the informartion.
>
> I would like to know also, if there is a way to debug when using the command
> "rundll32 printui.dll, PrintUIEntry"?
>
> I use it to install our printer driver and it works on some PC and not on
> others. Since it only gives me the message "Print rundll command failed", it
> is very hard to find out why it doesn't work.
>
> --
> Mario
>
>
> "Bobby Mattappally [MS]" wrote:
>
> > Mario,
> > \3 folder is where the user mode printer drivers (as opposed to kernel mode
> > printer drivers) get installed.
> >
> > Hope this helps.
> >
> > Thank you,
> > Bobby Mattappally
> > Microsoft
> >
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> >
> >
> > --------------------
> > Thread-Topic: rundll32 printui.dll,PrintUIEntry Question
> >
> >
> > I did a setup program in VB to install a printer driver using
> > rundll32 printui.dll,PrintUIEntry for a silent installation.
> >
> > When trying it on a PC with Windows 2000 Professional just installed, it
> > seems to have a problem installing.
> >
> > We installed a previous version of our driver and it created the folder
> > C:\WINDOWS\system32\spool\drivers\W32X86\3
> > and then the setup program worked with the new driver. It seems to be
> > unable to create the "\3" folder. It only works when that folder exist. I
> > would like to know what is the "\3" folder and what creates it in a printer
> > installation.
> > --
> > Mario
> >