Quote:
Originally Posted by ScOOt3r
@Blackfire69 I think there is an error in both scripts with the latest update.. when it tries to unpack the .bin files on the last screen where it installs, it asks do you want to uninstall it, instead of installing it.. not sure if that's just me but i went back to 1 version before the update and it works just fine..
also when i change the .bf extension to .bin it doesnt recognice .bin file while extracting.. this is script1 file im talking about.. also i have the redist disabled completly and it still shows up with 2 boxes checked.
ScOOt3r
|
yes, you're right. i've copied some codes directly from
Script2.iss to
Script1.iss.
so then
Script1.iss reads the config from
Script2.iss and not from
Script1.iss.
that's the mistake. all you've to do is,
1. open the
Script1.iss and press
CRTL + H.
2. then
REPLACE the word "
Script2.iss" with "
Script1.iss".
3. save it.
thanks for reporting this. and sorry for the inconvenience.
.