Archive: Determining how many files there are in an installer


Determining how many files there are in an installer
Hi

I need to work out how many files there are in an installer and then how many of the files were installed correctly after it is run. I am using the FILE command with wildcards to extract and copy the files so the filenames are not hardcoded.

Thanks


You can execute a program that'd check that using !system and have it create a .nsh file you can !include in your script.