Automatic Install in server mode

I run this command and the pdfcreator install it OK like server mode

 PDFCsetup.exe /f /VERYSILENT /LOADINF="installpdfc1.0.inf" /NORESTART /DIR="%programfile%\\pdfc"

But i need to install it with a script make it in autohotkey.  

this script is very simple the line is

runwait, PDFCsetup.exe /f /VERYSILENT /LOADINF="installpdfc1.0.inf" /NORESTART /DIR="%programfile%\\pdfc"

pdfcreator install it completely but when i open and check the logfile i see

29/06/2010 18:17:38: InstalledAsServer: False

 

What´s the problem? i now that probably it´s a autohotkey problem but can you give me idea to ask in autohotkey forums.

Thanks & Best Regards

Olrait

 

installpdfc1.0.inf

[Setup]

Lang=english

Group=PDFCreator

NoIcons=1

SetupType=custom

Components=program,ghostscript,languages,languages\\chinese_simplified,languages\\english

Tasks=

Printername=Dingo

ServerInstallation=1

Win9xPrinterdriver=1

WinNtPrinterdriver=1

Win2k32bitPrinterdriver=0

Win2k64bitPrinterdriver=0

 

Sorry but i continue with same problem.

The last time i tested it in another computer. But then i check in original computer where i start with this problem and nothing change with PDFCreator 1.0.1.

 

Does any body know where is the problem???????

 

Thanks

I am using pdfcreator 1.0.1

Another extrange thing is when i remove the argument /VERYSILENT  in the script . It´s appear the wizard windows for install pdfcreator. The wizards recovers the inf parameters OK.(ServerInstallation=1 too) . But in the logfile a continue finding 29/06/2010 18:17:38: InstalledAsServer: False

 

Please HELP!!!!!!!!!!!!!


i was not using 1.0.1 .

i was using 1.0

 

Problem is resolved using pdfcreator 1.0.1 setup.

 

Thanks & Best Regards