csalmon03 Posted December 20, 2006 Posted December 20, 2006 Does anyone know how to make Foxit Reader a silent install? I would like to add it to my list but unable to find any switches.
ajua Posted December 21, 2006 Posted December 21, 2006 i dont use this program but there is a setup free in their website. you just have to copy the exe somewhere in your comp and create a shortcut for it. thats for the free version. for the pro im not sure if there is a setup free option there.also, try to use CMenu (search in this forum for it) to right click your setups and have them identified so you can tell what are the silent switches.
Inferi0r Posted December 30, 2006 Posted December 30, 2006 (edited) There is no switch. but i have maked my own foxit reader with inno. Dutch, German, English and French languages are avaible and some pluggins.You know inno have the most switches DOWNLOAD Foxit Reader 2.0 Build 0930Link removed. Edited September 18, 2009 by Inferi0r
MGadAllah Posted December 31, 2006 Posted December 31, 2006 Thanks a lot arco...But I've received an error telling that the setup file is corrupted and I need to get a new file
Inferi0r Posted January 1, 2007 Posted January 1, 2007 (edited) mmmh here it works on several computers.But here is the new compiled one:*link removed* Edited January 5, 2007 by Malarky
MGadAllah Posted January 1, 2007 Posted January 1, 2007 mmmh here it works on several computers.But here is the new compiled one:http://arcovink1.googlepages.com/FoxitReaderv2.exeI'm afraid it is the same eror still existDo I have to install any thing before it like .Net Frame work
Inferi0r Posted January 1, 2007 Posted January 1, 2007 For this one i have only used Inno Quickstart Pack 5.1.9. With this are many installers maked. If its right you don't need other programs.For instance: i have **** nfo viewer maked on the same way (he hasn't also switches) . Give this installer also a error?http://arcovink1.googlepages.com/DAMNNFOViewer.exeAnd can other people test it?
MGadAllah Posted January 1, 2007 Posted January 1, 2007 it installed wellbut it was normal install not silent
wan Posted January 1, 2007 Posted January 1, 2007 it installed wellbut it was normal install not silentthis good http://arcovink1.googlepages.com/FoxitReader.exe .. installed and worked well, just use ( /verysilent ) switch.its version 2.0 .. thank arco..
MGadAllah Posted January 1, 2007 Posted January 1, 2007 it installed wellbut it was normal install not silentthis good http://arcovink1.googlepages.com/FoxitReader.exe .. installed and worked well, just use ( /verysilent ) switch.its version 2.0 .. thank arco.. I'm afraid it is still repeat the same error, am I the only one who recieve that error or there is any one else?
wan Posted January 1, 2007 Posted January 1, 2007 it installed wellbut it was normal install not silentthis good http://arcovink1.googlepages.com/FoxitReader.exe .. installed and worked well, just use ( /verysilent ) switch.its version 2.0 .. thank arco.. I'm afraid it is still repeat the same error, am I the only one who recieve that error or there is any one else?just make a perfect download , get the perfect file and no corrrupt message would occur anymore ... the error u got because the file was corrupt.. thats all.
Inferi0r Posted January 1, 2007 Posted January 1, 2007 (edited) "Yet i will test it. But no its normal not silent, because then you lose the install options of inno installers. This are the options:foxitreader.exe /VERYSILENT /COMPONENTS HelpFile, GDIPlus, JavaScript /TASKS desktopicon, quicklaunchiconSorry it must be so:FoxitReader.exe /VERYSILENT /COMPONENTS=HelpFile,GDIPlus,JavaScript /TASKS=desktopicon,quicklaunchicon(This is full silent install, you can make it as you want) Edited January 6, 2007 by Malarky
Inferi0r Posted January 5, 2007 Posted January 5, 2007 (edited) @ MGadAllahI have found this:Why is the error message "The setup files are corrupted" displayed on some systems? This error message is displayed when a file pertaining to the installation (e.g., setup.exe, setup.1) [1]has the wrong size, or part of [2]a file fails a CRC check. It is not displayed for any other reason. If your installation is distributed over the internet and you're getting a lot of reports of this error, it could be that your web server is delivering partial files by dropping connections prematurely. Have the affected users check the size in the bytes of the file(s) they downloaded. If your installation is distributed via CD-ROM or floppy disk, it could be that the CD-ROM or floppy disk is bad, or possibly the drive is defective.[1] I have Foxit Reader.exe packed in a rar archive[2] At a Nullsoft Installer you can use /NCRC to skip the CRC Check, I found this command for this Inno Installer to skip the CRC check: /NOCRC - I don't know of it worksDOWNLOAD Foxit Reader 2.0 Build 0930 Edited January 5, 2007 by Malarky
MGadAllah Posted January 6, 2007 Posted January 6, 2007 foxitreader.exe /VERYSILENT /COMPONENTS HelpFile, GDIPlus, JavaScript /TASKS desktopicon, quicklaunchicon (This is full silent install, you can make it as you want)This switch does not work, it loads the application interface as normal and wait for user interact to continueDOWNLOAD Foxit Reader 2.0 Build 0930Do you believe that I'm still recieve the same error LOL
wiliqaz Posted November 10, 2007 Posted November 10, 2007 foxitreader.exe /VERYSILENT /COMPONENTS HelpFile, GDIPlus, JavaScript /TASKS desktopicon, quicklaunchicon (This is full silent install, you can make it as you want)This switch does not work, it loads the application interface as normal and wait for user interact to continueOh, it works very well, but "foxitreader.exe" is a renamed setup.exe from the Inno Setup and you have to do some work.First make an install and tweak the registry (if you do not want the nice messages... ): look for Show*Ad* and modify the values to 0. Than export the modified registry values to a reg file in the application folder and add your language and any other plugin you need. If you want to use the original uninstall icon than use something like ResHacker to extract the original uninstall icon. Next start Inno (just a hint: do not select the original uninstall.exe, because it is useless). So, please simple create the setup.exe with Inno. Here you have to read the Inno documentation and also, do not forget to add the mentioned reg file to the [Registry] section (ISTool could do the job for you).After that put the setup.exe file in a folder together with a batch file like this one (adapt it if you want to rename the setup.exe):start /wait setup.exe /VERYSILENT /COMPONENTS=HelpFile,GDIPlus,JavaScript /TASKS=desktopicon,quicklaunchicon"%programfiles%\Foxit Software\Foxit Reader\Foxit Reader.exe" -RegisterThan, if you are like me, use the nLite Add-on maker that also hide the command window and you are ready to go!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now