exe - How to create silent install using Winrar for Setup program 'Run after installation' -


I can make general silence performance by choosing the 'hide all' option in Silent mode through the SFX options. But when I add files to the SFX options - & gt; Setup program - & gt; Run after extraction 'e.g. Devnode.exe devnode.exe does not run silently What is a way to run setup file silently?

If devnode exe is a console application and a Windows (GUI) application It can not be avoided. Only Windows applications can be executed without showing the window if the application is coded when the window is not opened on execution.

However, it is generally a good practice to understand what is happening to complete a collection of self-removing a user. Using a self-extract collection requires a completely hidden installation, mainly because of bad guys.

The console application is required to run, which is best done with running a batch file after removing a good installation of an application batch file before running the console application from within the batch file The files that appear with 1 or more echo messages before leaving the last line in the batch file.

Example of such setup / batch file file:

  @echo off Set the title for the reset console window Setting the XXX RIM output information for the user. Echo installation XXX, please wait ... Call the Reset console application that completes the installation. devnode.exe is no longer required to delete this batch file. Note: The batch file is always executed with double quotation marks and therefore % 0  is a string that has already doubled on start and end There are quotes. It would be wrong to use double quotes around % 0  in the last line.   

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -