Deploying PDF converter using msi package

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
wooish
Posts: 5
Joined: Tue Sep 27 2005

Deploying PDF converter using msi package

Post by wooish »

HI

I'm using Amyuni PDF converter v2.1. I'm using install.exe to install the printer. I need an automated process to install the printer on over 500 Windows XP machine. How can I deploy the printer using msi package?

Thanks
Dave
wooish
Posts: 5
Joined: Tue Sep 27 2005

Post by wooish »

Any1 have done this? I have tried to use Winstall to take a before and after snapshot to create an MSI package. After I ran the package, the printer icon doesn't show up in the printer folder. I know many packaging software that have problem creating printer like this. Any1 has any success in creating a package to deploy this printer?
wooish
Posts: 5
Joined: Tue Sep 27 2005

Post by wooish »

There has to be a Amyuni technician that knows how to do this. I've seen other pdf printer driver deployed using msi packages. Can any of the Amyuni techs help?
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

You can use any installer package such as Visual Studio 2003's "Setup and Deployment" and create a "Setup Project'.

In this project you just need to add all of the distributable files into the "Application folder". Next you will need to create a custom action that will call the install.exe. I have included below an example of the argument you would use.

/Install -s "Amyuni PDF Converter or your custom printer name" -n "Your Licensee value" -c "Your activation code"

Hope this helps?
wooish
Posts: 5
Joined: Tue Sep 27 2005

Post by wooish »

Jose wrote:Hello,

You can use any installer package such as Visual Studio 2003's "Setup and Deployment" and create a "Setup Project'.

In this project you just need to add all of the distributable files into the "Application folder". Next you will need to create a custom action that will call the install.exe. I have included below an example of the argument you would use.

/Install -s "Amyuni PDF Converter or your custom printer name" -n "Your Licensee value" -c "Your activation code"

Hope this helps?
Thanks for the reply. I'm aware that you can do it the way you mentioned. However isn't the user needs to have local admin priviledge in order to perform this action?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Under XP users need to have administrative privileges to install any printer, and not only the Amyuni one, on their systems.

If you are in a client server environment and your users are clients on the same server you can consider getting a license of the PDF Printer that you can install on the server and share it.

The printer will then be used like any shared printer on the system

Thanks.
wooish
Posts: 5
Joined: Tue Sep 27 2005

Post by wooish »

Sorry to bring the old thread up again. If using AD to deploy an msi package that creates the pdf printer, user doesn't need to have local admin priviledge.
Post Reply