|
#631
|
||||
|
||||
|
Quote:
cause setting.ini requires size as megabytes, but UDS requires size as bytes. The only way to fix this to add another one like {#UDSize} to Script and settings.ini and we have to put game size as megabytes and UDS size as bytes It will solved the problem.
__________________
Keep Up The Good Works! Last edited by yasitha; 15-03-2019 at 21:42. |
| Sponsored Links |
|
#632
|
||||
|
||||
|
Well, if its in bytes then this will not work but you can set it up adding zeros to the end, its not 100% accurate but it should work almost fine.
UninstallDisplaySize={#SizeMB}000000 Maybe instead of 1024 values we can change the mb value to 1000 so it would work for for install and uninstall. As said, im not at home so i cant take a better look into it. |
|
#633
|
||||
|
||||
|
Quote:
I already done it. Settings.ini Size=46080 UDSize=42563458747 in Script UninstallDisplaySize={#UninstallSize} When, we Pack the Game, we just need to copy paste the games size to UDSize is that simple.
__________________
Keep Up The Good Works! |
|
#634
|
||||
|
||||
|
Ok I will write a simple function for calculation ({#SizeMB} * 1024 = UninstallDisplaySize).
This should work then because {#SizeMB} * 1024 = bytes
__________________
Haters gonna hate
|
|
#635
|
||||
|
||||
|
Quote:
Thanks KaktoR !!! |
|
#636
|
||||
|
||||
|
Here is a changelog for next version.
Code:
v7.1.2 beta8
_____________________________________________________
- Added Redist installation to CompactMode
- Added ISHash library to CompactMode (now really!)
- Updated ISHash library (thanks to peterf1999)
- Reworked Components (thanks to Cesar82)
> Information will follow later
- Updated 7z to v19.0.0.0
- Changed 'Size=' key in Settings.ini
> It is now possible to write size as follow:
b,B,k,K,kb,KB,Kb,m,M,mb,MB,Mb,g,G,gb,GB,Gb,t,T,tb,TB,Tb,p,P,pb,PB,Pb
Example: 12345 Gb, 987.6 m
- Fixed slideshow
> Before it always show the first picture twice.
- Fixed not correct size in Windows Control Panel
- Fixed some other bugs
__________________
Haters gonna hate
Last edited by KaktoR; 17-03-2019 at 05:30. |
| The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#637
|
||||
|
||||
|
Code:
Components help: .Name= Use custom name. Example: Component1.Name=Soundtrack Component2.Name=Wallpapers ... Or use languages Valid cm:xx values: EN, ENGLISH FR, FRENCH DE, GERMAN IT, ITALIAN ES, SPANISH PL, POLISH RU, RUSSIAN BR, BRAZILIAN Component1.Name=cm:ENGLISH Component2.Name=cm:RU Only most used languages were added. Maybe more in next version. .File= Set filename to be linked to the component. The archive will only extracted if component is selected before installation starts. .Size= Set size of component. Example: Component1.Size=1500 mb PS: You can use different units for sizes. Example: Component1.Size=1500 mb, Component2.Size=666 kb .Level= Set the (main) component to left (0) or right (1) and make a dependence for all following components. This is helpful if you want to make different groups of components. Example: Component2.Level=0 Component3.Level=1 Component4.Level=1 Component5.Level=1 Component2 is the topper component. 3+4+5 are dependend from Component2. If you disable Component2, 3+4+5 will be disabled too. .Exclusive= Make a Checkbox (0) or a RadioButton (1). PS: RadioButton is usefull if a game can only have one language installed (some games use same files for different languages). .Checked= Set default state for CB/RB. 1 is checked, 0 is not checked .Enabled= Set enable (1) or disable (0).
__________________
Haters gonna hate
Last edited by KaktoR; 17-03-2019 at 10:26. |
| The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#638
|
||||
|
||||
|
Hello,
thank you for this new version. Under Windows 8.1Pro after choosing the language of the installation wizard, after splash display I have this message 2 times (look at my picture) before the wizard opens because of "if CurPageID = ComponentsPage.ID then "and yet I did this in settings.ini:" because when I run the installation from innoSetup, it displays this: look at my image. Thank you for your help |
|
#639
|
||||
|
||||
|
Fixed. Replace Script.iss from "7.1.2.beta8.FIX.7z" in previous post.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Titeuf (17-03-2019) | ||
|
#640
|
||||
|
||||
|
U are missing close and minimise icons in setup
http://prntscr.com/mz6bn8 Edit: Now i have it.... hmmm strange :P i didnt do anything just recompile ![]() Edit2: It is possible to add more background musics so it can play random or by some order? Just a question beacuse some installations take long and maybe 2-3 different music files will look (non bornig). Last edited by bubobih; 17-03-2019 at 12:26. |
|
#642
|
||||
|
||||
|
How to use lolz compression. Sorry im dumb
|
|
#643
|
|||
|
|||
|
For a newbie I think that using tutorial for ultraarc will be the easiest way to learn how.
But I think this topic is about ASIS installer not for questions like that, just make a new topic and You'll get plenty of answers an by that I mean answers related to Your topic so You'll not get messed up by searching answers for your questions and questions about ASIS :-) |
|
#644
|
||||
|
||||
|
in ASIS you can see Compressor.ini open it ans change
//#Lolz to #Lolz Also you can change Dual to x64 Dual means x86 & x64 x64 mean 64 bit only. Tip, If you repack 64 bit game make sure to enable 64 bit only in setup ini and use only x64 on all methods in Compressor.ini
__________________
Keep Up The Good Works! Last edited by yasitha; 18-03-2019 at 21:03. |
|
#645
|
||||
|
||||
|
Quote:
i saw that but i didnt touch it. I also see in iss its says#define Compression "lzma" #if InternalRecords == "1" #include "Records.ini" #endif Do i need to change that too? Regards |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |