![]() |
Quote:
|
is this a bug that the installtime is not shown after setup is finished
|
Quote:
It's info in changelog: Code:
- Changed default values in this keys ShowResumeTime=, ShowUninstallTime=, ShowFreeSpaceLabel= and ShowCheckAll= to false (Default = 0). |
1 Attachment(s)
hi cesar82 and kaktor!
i have a question. how do i make my own image in the shape of your autorun installer with my own pictures? i would like to know how you made the shape for the shadow of tomb raider autorun. here is the reference image. please post back and let me know how i can make custom background shapes like you did. thanks and happy holidays! -Kitsune |
Quote:
I think Cesar should have the .psd file from this project. Maybe he can share with you. :D Cheers. |
1 Attachment(s)
Quote:
I have no practice in photoshop so may have some unnecessary layers. Perhaps the same effect will be achieved with fewer layers and effects. |
1 Attachment(s)
Hi guys,
nope, I can't make the DiskSpan work. I've tried everything. With/without records.ini. Nothing. The installer throws at me the same error. When I pack it with UltraArc, everything is OK. Any solutions? :confused: |
What tools for compression did you use that give you this error?
|
Quote:
Sometimes VCLStyles displays errors when extracting. |
@Kaktor,
The Diskspan bundled with UltraArc from Razor. But I also tried your version. Same issue. BTW, XTool + Srep + LZMA @Cesar, I'll try that. Will report back. |
*bump
@Cesar, Unfortunately it's not that. Same error. :( |
Did you check the COMPRESSOR.ini?
|
1 Attachment(s)
@Fabioddq,
yep. |
Seems to be ok, if works with UltraArc...
Try #Define LOLZ instead #Define SevenZip (Don't know if will make any difference...) VCLStyles usually fails with DiskSpan, if i remember. |
1 Attachment(s)
Here is the script. Please find some time and test it. :(
|
Your problem is Records.ini
Code:
[Record2]If you use DiskSpan you just need to add first part of an archive (no matter how many splitted following parts this archive has). DiskSpan batch files will make a Records.ini automatically, therefore you don't need to do anything on this file. Only exception is if you create more then 1 diskspan archive. In this case you have to add all first parts to Records.ini |
@KaktoR,
My Goodness ! :eek: That was the problem ! It unpacks now without errors ! My eyes are red of reading the whole night reaching for the solution. It was pure madness. Thanks man ! :D |
Ciu 3 u6
Cesar82. il wold be great if you can make checkbox / option in last update for CREATE DESKTOP SHORTCUT and START MENU SHORCTUT. or there is already there but i do not know how to enable it. THANKS MAN FOR YOUR HARD YORK
|
Quote:
Maybe when I redo the Tasks page I can include (MAYBE). But only in version 3.0.0.1... |
Uwp games
on AUTORUN interface the PLAY button is not visible. in setup. ini is set to visible 1 and section EXECUTABLE 1 entry NameUWP i set for example " Forza Horizon 4 Ultimate Edition " and after install is " Forza Horizon 4 " without " " . the two problems i can't fix . thank's for your hard work
|
Hey guys,
How can I edit the compression method of LZMA-MT in UltraArc 2900 R6 Full From : 4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000 To : 4x4:b128mb:lzma:ultra:128m:bt4:fb273:lc8:mc1000000 |
Config0.ini (for UltraArc)
FA.ini (for DiskSpan) |
Quote:
[Compression Methods] delta=7z dict=zstd lzp=lolz:dtb1:d32m:mt4:mc1023 ppmd=lzma2 grzip=4x4:b128mb:lzma:ultra:128m:bt4:fb273:lc8:mc1 000000 tor=MMC mm=MASK Is this right? |
Quote:
[Compression Methods] <My Method> MMC=4x4:b128mb:lzma:ultra:128m:bt4:fb273:lc8:mc100 0000 and then use mmc in ultraarc |
3 Attachment(s)
Hmm, I'm about to ditch this Installer. It's not user friendly. :o I'm having problems with cleaning registry entries and now this...
When I choose the option to delete the Game Save folder which is in localappdata\TSCGame, it slaps me with this error. But when I choose to not to delete this folder, the uninstalling process goes without any problem. Da heck is going on ? :confused: Oops, sorry for the huge images. :o Edit: uploaded smaller images now. |
1 Attachment(s)
*bump
is this line causing the issue ? Sorry guys. |
Quote:
Is missing zero digit in value. Sorry! Code:
StringChangeEx(Result, '{sendto}', ExpandConstant('{{#VER > 0x506000 ? "user" : ""}sendto}'), True); {>5.60}Code:
StringChangeEx(Result, '{sendto}', ExpandConstant('{{#VER > 0x5060000 ? "user" : ""}sendto}'), True); {>5.60} |
Thanks for the quick response ! So that one zero was causing me headaches
these couple of days !? :mad: ;) Thanks mate ! Cheers. |
hey guys i was just wondering, where do you all find your templates for your installers? i google them but i cant find any good templates to use for backgrounds.. if anyone can help please reply to my post, i want to make some cool installers with CIU but cant seem to find anything good to use..
also what software do you all use to create your templates eg the backgrounds for your custom installers? I use paint shop pro 2020, photoshop and photoshop elements along with graphic studio but wanted to know you alls opinions.. also if someone could point me to a tutorial on making these things it would be most appreciated. :) |
Photoshop + Google = Profit
|
Quote:
Btw, any fix for registry entries ? Solve that and we're good to go ! :D |
Quote:
|
1 Attachment(s)
Well, the installer doesn't delete the registry keys during uninstall. They remain in the registry. Only I can do now is delete them manually. :confused:
|
Quote:
Test with this changed log file. Currently the Subkey value does not work with functions like {code: getpath} I'll fix this later. Try writing the entire line of the registry key in text when possible. |
Quote:
Sometimes i cut buttons direct from the game, sometimes i just try reproduce the design looking the menus from the game and sometimes i create my own. I also use Photoshop (CC 2020) and Google (Images, renders, music, etc); HyperSnap 8 to take the screenshots from the game (menus etc...); Most of the time, i try to take the original sound buttons, so i just put the music vol in 0 and record a video with Geforce Experience or Windows GameBar. After that, i cut the sound buttons using Camtasia Studio, separating audio from video. |
Inno Setup Repack 6.03
I upgraded my Inno Setup Repack to v6.03 (The link contain Lite e Full version).
To install skins packs extract SkinPack.rar from the same Inno Setup Repack FULL installer directory. |
Hi ppl,
is there a constant for Users\Username\Saved Games ? I want to delete a folder in Saved Games but to no avail. I can't find that constant on the net. I tried: {Userprofile}\Saved Games {%Userprofile%}\Saved Games %Userprofile%\Saved Games {Username}\Saved Games Edit: The only way is writing down the full path in Setup.ini which is SaveGameFolder3=C:\Users\*****\Saved Games\ Not a very happy solution. I can't believe that the Inno Setup developer didn't include such constant. |
Quote:
You can use something like this: Code:
function UpdateConstant(const S: String): String;>> MsgBox(UpdateConstant('{userdocs}'), mbInformation, MB_OK); {expands normally} >> MsgBox(UpdateConstant('{savedgames}'), mbInformation, MB_OK); Remembering that CIU already has an UpdateConstant function. If it is to be used in the CIU script, change the function name such as UpdateConstant2. |
Thanks, but where should I "squeeze" these lines in the script coz the compiler gives me an error... UpdateConstant is duplicate. :o
|
Quote:
Where do you want to use this constant savegames? In which part of the script? |
| All times are GMT -7. The time now is 19:13. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com