Alright got 2 more questions for you lads and then I promise I'll stop spamming 'em.
So I've got a repack with a few optional components and I was wondering if its possible for the setup once launched to have a look to see if the component file is present, and if it comes back false, can the setup disable the user from selecting that component?
like changing
Code:
Component1.Enabled=1
to
Code:
Component1.Enabled=0
My second question kinda builds off this first one, by which I mean can you have multiple CRC check files for different combinations of components selected and tell ASIS which one to select based of the selected components?
(like checksums1.md5 for main files & checksums2.md5 for main files + ost)