Quote:
Originally Posted by Masquerade
L33THAK0R
Why not go to the ssPostInstall part of the setup and write an Exec2 statement to run your script?
This way, the script will be ran instantly after the files are extracted, Regardless of whether the user opts to install redists or not.
|
Honestly I investigated your suggestion and using the redists seems like the easiest solution. Did about 5 minutes of looking through the script (I posted my question rather hastily, as I was excited to finish my repack of the series this method is required for, and was caught up in the moment talking to some lads and a quite skilled re-packer about it.), and figured out the function/call/whatever its classified as that's responsible for checking if the redists are selected is "UseRedists" (for anyone looking for a similar solution in the future) on line ~4918 (I've modified ASIS v7.2.0 a fair bit to suit my needs better so the line number might not be exact), and it works perfectly.