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
- Install dependencies that are not already installed (.net, sql server, directx etc.)
- Install applications and files [File] Section (wpReady)
- 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 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 }
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
Post a Comment