installation - Extracting files at the start up setup instead of the end -


I am using the latest version of INORO which does the following during setup:

    < Li> To check the dependency check to see if what is installed
  1. Install dependencies that are not already installed (.net, sql server, directx etc.)
  2. Install applications and files [File] Section (wpReady)
  3. Check SQL Server for previously installed databases Makes and updates tables /

makes [4] the database and tables etc and only works if SQL Server has already been installed, which is why That is done in this step [2]

There is setup.exe created in the output directory and I manually put it in the additional dependency folder in the steps mentioned above [1,2 and 4] There are essential files for.

This works very well, but I would like to create only one single XI, which will include all the dependencies and the dependencies before wpReady and before the above step [1] Are there.

Dependency is in the [Files] section, but these files are not setup unless setup through all the code and attempts after the wpReady executes the message Install Files

I use the following which I need to setup.exe

  [Files] Source: Output \ dependencies * *; DestDir: {tmp}; Flags: deleteafterinstall  

before wpReady What is the best way to extract files in a temporary directory or if I set the dependencies first then wpReady Go about (though not ideal).

You can [file] section from {tmp } function in the event function, and it will be removed when the setup is finished. Almost everything can be achieved with the script and various hook ino setups.

See "Support work reference" in particular on the "Pascal scripting" section of these setup help. There you will find the documentation for ExtractTemporaryFile () and more.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -