Install with loadinf

Hello,

I saved a inf file to deploy to my computers with my settings but when I launch the installer with loadinf parameter the installer start to download pdfarchitech when I disabled in my previous installation and in the inf file this component is not selected. Is a bug from the installer?

Which is the function of parameter offer?

Thanks in advance.

This is my inf file

[Setup]
Lang=spanish
Group=PDFCreator
NoIcons=0
SetupType=custom
Components=program,ghostscript,languages,languages\english,languages\spanish
Tasks=fileassoc,winexplorer
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0
Offer=1

Hi,

offer refers to our advertising partners offers, but shouldn´t effect the architect.
Are you 100% sure it got installed while it was not on the list of components (and there wasn´t maybe an old version of it still on your hard drive)?

regards,

Robin

Hi,

usually if it is not in the list of components, it doesn´t get installed. Do the other options work?

regards,

Robin

Hi Robin,

Yes, the other options installed correctly. I tried to saveinf with pdfarchitect enabled too and this is the line’s component.

Components=program,ghostscript,images2pdf,pdfarchitect,pdfarchitect\windowsexplorer,languages,languages\english,languages\spanish

Thanks

I have the same issue overhere.


Also deploying 1.7.1 with following INF file:

[Setup]
Lang=english
Dir=C:\Program Files (x86)\PDFCreator
Group=PDFCreator
NoIcons=1
SetupType=custom
Components=program,ghostscript,images2pdf,comsamples,helpfiles,helpfiles\english,languages,languages\english
Tasks=
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0
Toolbar=0
Offer=0

Downloaded the Offline install-file from http://download.pdfforge.org/

Just created a workaround for the issue.


After running the installation, I run an uninstall PDF Architect command

msiexec /x {064A929A-4DE8-40CF-A901-BD40C14E4D25} /qn


Hope the issue will be solved soon…