View Single Post
  #11  
Old 24-12-2019, 18:07
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
CI/CIU installer printscreen

Quote:
Originally Posted by KaktoR View Post
Hello people.
Please give us some screenshots of your most favourite installers of all time.
Here are some print screen of conversions that used CI (CI is the old CIU - The beginning of everything)...
There must be some great ones here, but these ones in my opinion were very good (design) by limiting the old versions of CI/CIU.
I will post part II with images of conversions between CIU 1.0.0.0 to 1.0.14 and so on!
I will post the following parts in this same post!
Then you choose the best images this pack in your opinion.

I will check DiskSpan.bat again. Glad you're testing. I didn't see these errors you commented on.

At the end of the bat file put the red line to fix the bug in "Custom Method" [18] to ALL COMP change:
Code:
set /p %~1=  Method:
exit /b
:PreviousMethod
set "%~1=!previous!"
exit /b
To:
Code:
set /p custom=  Method:
set "%~1=!custom!"
set "previous=!custom!"
exit /b
:PreviousMethod
set "%~1=!previous!"
exit /b
Are these custom sample methods correct?
It does not work for me. Only the first custom example works here.
Code:
echo.                  xZ1+srep:m3f+4L1
echo.                  UR+srep:m3f+XZ
If wrong give me examples that work and not on the list of 17.

Last edited by Cesar82; 26-12-2019 at 18:54. Reason: Fixed printscreen images in part I (re-uploaded)
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
KaktoR (25-12-2019), mausschieber (25-12-2019), Simorq (25-12-2019)