Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
Installation Errors
 EXP Systems Forum : PDF reDirect : Installation Errors
Topic: installation problem Post Reply Post New Topic
Author Message
vamsi
Newbie
Newbie


Joined: 02 Jan 07
Location: India
Posts: 3
Quote vamsi Replybullet Topic: installation problem
    Posted: 02 Jan 07 at 12:16PM
Hi,

I have a problem with the installation, i am tring to package the application, i am not finding the printer entry under the printers after the installation of my package.

Indvam
IP IP Logged
Michel_K17
Moderator Group
Moderator Group
Avatar
Forum Administrator

Joined: 25 Jan 03
Posts: 1673
Quote Michel_K17 Replybullet Posted: 02 Jan 07 at 11:19PM
Hi there,

    I am sorry to hear of the problem. Unfortunately, I am not sure what you mean by "package the application"? Are you trying to install PDF reDirect?

    When you install PDF reDirect, the printer should be installed automatically. If it does not install, an error log should appear automatically as a text file. Can you send me a copy?

   One more question: which version of Windows are you using?

    Cheers!


Michel Korwin-Szymanowski
EXP Systems LLC
IP IP Logged
vamsi
Newbie
Newbie


Joined: 02 Jan 07
Location: India
Posts: 3
Quote vamsi Replybullet Posted: 03 Jan 07 at 7:27AM
Hi,

Thanks for you quick reply, i mean i tried to make MSI(Windows installer). I capured the all the modified file and i complied my package, when i try to install my package, its not installing the Printer Driver.
Could you please guide me.

Thanks in advance
IP IP Logged
Michel_K17
Moderator Group
Moderator Group
Avatar
Forum Administrator

Joined: 25 Jan 03
Posts: 1673
Quote Michel_K17 Replybullet Posted: 04 Jan 07 at 12:19AM
Hi,

   OK, I understand now. Is there a reason why you are trying to create an MSI version of the installer?

    Anyway, installing the printer driver is very complicated. It requires a solid knowledge of the Windows API to install not only the printer driver, but also the Port Monitor, the Port and the printer.

   The main source for the information is at the Microsoft developer web site here: www.msdn.com. If you do a search on their web site on installing printers, you should be able to find all of the information that you will need.

   Now, I do not know how MSI is structured and if it includes a programming or a scripting language. If I recall correctly, I believe that Microsoft does allow programmers to install printers through the shell with a scripting language which might be simpler. What I did for myself is to write a separate program that runs automatically as part of the installation just because it gives me more flexibility than what the scripting solution was capable of doing. My code also support upgrading an existing installation if that is the case.

   I hope that helps!

Michel Korwin-Szymanowski
EXP Systems LLC
IP IP Logged
vamsi
Newbie
Newbie


Joined: 02 Jan 07
Location: India
Posts: 3
Quote vamsi Replybullet Posted: 04 Jan 07 at 9:22AM
Hi,

Thanks for the reply,
your true we need solid knowledge of the windows API,
can i know the installation of printer, port and port monitor, is it PR_Installer.exe -i -e -p -l1033.    
IP IP Logged
Michel_K17
Moderator Group
Moderator Group
Avatar
Forum Administrator

Joined: 25 Jan 03
Posts: 1673
Quote Michel_K17 Replybullet Posted: 06 Jan 07 at 1:19AM
Hi,

   You are welcome.

    yes, PR_Installer is the printer, driver, port and monitor installation program. Here is my (internal) documentation on running that program:

'---------------------------------------------------------------------------------------
' Program   : AddPrinter
' Compiled name: PR_Installed.exe
' Author    : Michel_K17
' Purpose   : To perform the installation or removal of the printer "PDF reDirect"
'           : This program is normally run from another process, using command
'           : line switches to define how it should be run. Switches are:
'           : -i Install
'           : -u Uninstall
'           : -d Display details on status of progress (shown below progres bar)
'           : -q Quiet Mode - Nothing displayed, not even progress bar.
'           : -e Report to user any errors that occurred (even if quiet selected)
'           :    (An error log is generated no matter what)
'           : -g Generate a Critical Dummy Error for testing purposes.
'           : -p Installs "PROFESSIONAL" version printer (ie Prefs.StartupProMode = True)
'           : -lxxxx = language id (1033 = english)


    The language selections are:
' -l1033 = "English"
' -l1036 = "Francais"
' -l1040 = "Italiano"
' -l1043 = "Nederlands"
' -l1044 = "Norwegian"
' -l1031 = "Deutsch"  ' German
' -l1029 = "Czech"
' -l1034 = "Español"
' -l1046 = "Português-BR"


   Cheers!

Michel Korwin-Szymanowski
EXP Systems LLC
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum