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
Deploying PDF converter using msi package
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?
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?
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?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?
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.
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.