View Single Post
  #51  
Old 07-07-2022, 23:41
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 553
Thanks: 389
Thanked 1,821 Times in 433 Posts
BLACKFIRE69 is on a distinguished road
Thumbs up

Quote:
Originally Posted by ScOOt3r View Post
@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.

.
Attached Images
File Type: png Screenshot 2022-07-08 114615.png (4.3 KB, 339 views)
File Type: png Screenshot 2022-07-08 113427.png (112.9 KB, 344 views)
File Type: png Screenshot 2022-07-08 113500.png (204.6 KB, 346 views)
Attached Files
File Type: rar Script1 Fix.rar (13.6 KB, 29 views)

Last edited by BLACKFIRE69; 07-07-2022 at 23:50.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (14-07-2022), houcine80 (08-07-2022), Razor12911 (19-08-2022)