Jump to content

wiliqaz

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Kazakhstan

Everything posted by wiliqaz

  1. This switch does not work, it loads the application interface as normal and wait for user interact to continue Oh, 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" -Register Than, if you are like me, use the nLite Add-on maker that also hide the command window and you are ready to go!
  2. For sure there was also some other tools like getver.exe (http://thunder.prohosting.com/~ladi/cmdline.zip) but the links are not working any more - http://www.computing.net/dos/wwwboard/forum/15778.html noob
×
×
  • Create New...