Windows Thread, PDF Creater version 0.9.3 default printer problem in Technical; Who can fix my first post here !!
I am currently trying to deploy this software using the msi no ...
-
20th February 2007, 03:25 PM #1
Unvalidated User
- Rep Power
- 0
PDF Creater version 0.9.3 default printer problem
Who can fix my first post here !!
I am currently trying to deploy this software using the msi no toolbar package. The problem is it installs the printer as the default printer.
For networked printers I have used a batch file to install them
rundll32 printui.dll,PrintUIEntry /ga /c\\%1 /n\\%2
@Echo off
REM stop the print spooler on the specified computer and wait until the sc command finishes
@Echo On
start /wait sc \\%1 stop spooler
@Echo off
I have also tried using this command to force a network printer to be the default with /y command. This only works if the pdf creater is not installed.
The minute I redeploy the pdf creater it sets all normal user accounts to have it as a default printer.
any ideas ??
-
-
IDG Tech News
-
20th February 2007, 09:37 PM #2 Re: PDF Creater version 0.9.3 default printer problem
Not quite sure what you're trying to do but we use code like the following in the login script to connect a particular network printer and make it default - change sPrinter to be the relevant printer name. Save it as (say) mapprint.vbs
sPrinter="\\server\printer"
set oNet=createobject("wscript.network")
oNet.addwindowsprinterconnection sPrinter
oNet.setdefaultprinter sPrinter
If you wanted to pass a printer as a paramter then you replace the first line:
sPrinter=wscript.arguments.named("printer")
and then just run the script with
mapprint.vbs /printer:\\server\printer
This will become the default rather than any local printer.
-
-
21st February 2007, 10:43 AM #3
Unvalidated User
- Rep Power
- 0
Re: PDF Creater version 0.9.3 default printer problem
Thanks for the reply Steve, running the script fixed my problem.
-
-
21st February 2007, 11:27 AM #4 Re: PDF Creater version 0.9.3 default printer problem
I used to run a script when the machine was set up but now just use R2s printer manangement.
I dont even use a PDF printer any more always had trouble with them, now Office 2007 does it (albeit in it's limited installed base).
-
-
21st February 2007, 11:37 AM #5 Re: PDF Creater version 0.9.3 default printer problem
Don't forget as well, you can install PDF creator on your print server and share it that way.
-
-
21st February 2007, 06:47 PM #6
- Rep Power
- 0
Re: PDF Creater version 0.9.3 default printer problem

Originally Posted by
Geoff Don't forget as well, you can install PDF creator on your print server and share it that way.
How would that work. Wouldn't the ridirection occur at the server rather than the locally on the client?
-
-
22nd February 2007, 03:42 AM #7 Re: PDF Creater version 0.9.3 default printer problem
-
-
22nd February 2007, 05:26 PM #8
- Rep Power
- 0
Re: PDF Creater version 0.9.3 default printer problem

Originally Posted by
Geoff redirection of what?
When the print job is being sent from the print queue to a print device, output will be redirected to a PDF file on the server.
-
-
22nd February 2007, 05:31 PM #9 Re: PDF Creater version 0.9.3 default printer problem
NetworkGeezer: IIRC With the server version you can configure the output directory based on users' environment variables.
-
-
22nd February 2007, 06:49 PM #10
- Rep Power
- 0
Re: PDF Creater version 0.9.3 default printer problem

Originally Posted by
webman NetworkGeezer: IIRC With the server version you can configure the output directory based on users' environment variables.
Ah right. That makes more sense.
-
SHARE:
Similar Threads
-
By wellwillthisnamedothen in forum How do you do....it?
Replies: 10
Last Post: 8th June 2007, 03:34 PM
-
By ajbritton in forum Scripts
Replies: 2
Last Post: 12th November 2006, 10:22 PM
-
By speckytecky in forum Networks
Replies: 1
Last Post: 31st May 2006, 06:44 PM
-
By tosca925 in forum Windows
Replies: 2
Last Post: 26th August 2005, 03:49 PM
-
By ninjabeaver in forum Windows
Replies: 25
Last Post: 23rd August 2005, 05:55 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules