Go Back   FileForums > Search Forums

Showing results 1 to 25 of 45
Search took 0.02 seconds.
Search: Posts Made By: XxAZAxX
Forum: Conversion Tutorials 20-08-2023, 18:24
Replies: 250
Views: 104,717
Posted By Cesar82
TRY CHANGING TO: ...

TRY CHANGING TO:

RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant(AddBackslash('{app}\{#E1[60]}') +...
Forum: Conversion Tutorials 18-08-2023, 22:18
Replies: 250
Views: 104,717
Posted By audiofeel
@XxAZAxX Here with the first example I have...

@XxAZAxX
Here with the first example I have everything ok.
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon',...
Forum: Conversion Tutorials 18-08-2023, 11:23
Replies: 250
Views: 104,717
Posted By audiofeel
Yes, everything seems to work like this = bin....

Yes, everything seems to work like this = bin. without backslash
AppExe1=God Of War|bin|GoW.exe| God Of War
Forum: Conversion Tutorials 18-07-2022, 07:29
Replies: 1,371
Views: 313,776
Posted By KaktoR
Seems like I have forgot to change it... :D ...

Seems like I have forgot to change it... :D

Thanks for this ;)

However, new version will be shared in a few days. Made many tests and it's working good so far.
Forum: Conversion Tutorials 13-06-2022, 05:38
Replies: 1,371
Views: 313,776
Posted By KaktoR
Here is a wip for 7.3.4 v7.3.4 wip ...

Here is a wip for 7.3.4

v7.3.4 wip
_____________________________________________________
- You can now change the font on all installer elements (without memos)
> Only available in normal...
Forum: Conversion Tutorials 20-05-2022, 16:31
Replies: 1,371
Views: 313,776
Posted By Cesar82
I've been looking at my old source codes here and...

I've been looking at my old source codes here and apparently the current ASIS (v7.3.3) works with the COMPRESSOR_ GUI included in ASIS v7.2.2 (also including the compressor files).

I attached the...
Forum: Conversion Tutorials 27-12-2021, 11:51
Replies: 865
Views: 270,673
Posted By BLACKFIRE69
Talking FMXInno - Windows Fluent Design Installer UI for Inno

🎉 Introducing FMXInno

I’m excited to introduce FMXInno, a project I've been passionately developing over the past few days. FMXInno is built upon the foundation laid by Jivanewstone's ISFMXFW...
Forum: Conversion Tutorials 30-08-2021, 13:14
Replies: 1,371
Views: 313,776
Posted By KaktoR
Thanks for reporting. Here is a fix for this...

Thanks for reporting.

Here is a fix for this

The problem was that all the icons were linked to desktop shortcut checkbox and the startmenu checkbox had literally no effect.
Forum: Conversion Tutorials 25-08-2021, 05:00
Replies: 895
Views: 250,173
Posted By mausschieber
From the Changelog: Removed [ExtractSettings]...

From the Changelog:
Removed [ExtractSettings] section with all its keys.
>> Now CIU only works with Records.ini settings (Externally or inside Setup.dll).
Forum: Conversion Tutorials 16-08-2021, 15:52
Replies: 1,371
Views: 313,776
Posted By Cesar82
It should work the same way. Maybe there was...

It should work the same way.
Maybe there was some TAB character on the Type= line.
DiskSpan GUI generates records.ini with FreeArc_Original and other users always install games using...
Forum: Conversion Tutorials 16-08-2021, 14:58
Replies: 1,371
Views: 313,776
Posted By KaktoR
As for the "Task2.File = 1" just delete it. ...

As for the "Task2.File = 1" just delete it.

I forgot to remove this from Settings.ini
Forum: Conversion Tutorials 16-08-2021, 14:24
Replies: 1,371
Views: 313,776
Posted By KaktoR
https://i.imgur.com/vl6seJ9.pnghttps://i.imgur.com...

https://i.imgur.com/vl6seJ9.pnghttps://i.imgur.com/XvtERW1.png

It works here (after apply the fix from Cesar above).
Forum: Conversion Tutorials 16-08-2021, 13:21
Replies: 1,371
Views: 313,776
Posted By Cesar82
Sorry for that, it was a mistake on my part when...

Sorry for that, it was a mistake on my part when assembling the code.
I will have to fix this in all scripts supported by DiskSpan GUI (Including DSG Extraction Tool).

FIX: Change in script the...
Forum: Conversion Tutorials 16-08-2021, 07:53
Replies: 1,371
Views: 313,776
Posted By KaktoR
Well archives will be extracted but to wrong...

Well archives will be extracted but to wrong folder.

I tested it now with your archives and it seems to work (only selected files will be extracted).

Here is a workaround for it.
Forum: Conversion Tutorials 16-08-2021, 07:44
Replies: 1,371
Views: 313,776
Posted By KaktoR
I see. Installer extracts the archives to {tmp}...

I see. Installer extracts the archives to {tmp} folder instead of {app}. Will fix this asap.
Forum: Conversion Tutorials 16-08-2021, 07:17
Replies: 1,371
Views: 313,776
Posted By KaktoR
You have to define the components/tasks in...

You have to define the components/tasks in records.ini

Example:

Task2.Name=cm:EN
Task2.ItemType=CHECK
Task2.File=1
Task2.Size=1 mb
Task2.Level=1
Task2.Checked=1
Forum: Conversion Tutorials 15-08-2021, 02:32
Replies: 200
Views: 103,280
Posted By Cesar82
Light Installer Script 1.0.0.9.u1

Added Light Installer Script 1.0.0.9 update 1 in first post (Fixed some bugs).
Forum: Conversion Tutorials 15-08-2021, 01:57
Replies: 417
Views: 153,576
Posted By Cesar82
DiskSpan GUI v2.0.0.1

Updated DiskSpan GUI to v2.0.0.1 in the first post.
Changes:
- Added tools page to DiskSpan GUI.
>> Currently only unpacking functionality for compressed conversions using DiskSpan GUI.
>>...
Forum: Conversion Tutorials 12-08-2021, 01:52
Replies: 1,371
Views: 313,776
Posted By KaktoR
v7.3.4 ...

v7.3.4
_____________________________________________________
- Added UpdateMode
> If enabled setup will not create uninstall files, icons or {app} folder
> Exe check in Settings.ini is...
Forum: Conversion Tutorials 21-07-2021, 00:57
Replies: 250
Views: 104,717
Posted By mausschieber
for using Diskspan_GUI read this Tutorial...

for using Diskspan_GUI read this Tutorial (https://fileforums.com/showthread.php?t=104533)
Forum: Conversion Tutorials 20-07-2021, 16:00
Replies: 250
Views: 104,717
Posted By Cesar82
Language checkboxes are exclusive items. When...

Language checkboxes are exclusive items.
When you check one all others are unchecked (like radio buttons).
But you can use "Additional Components" for additional languages. These behave like...
Forum: Conversion Tutorials 08-07-2021, 14:19
Replies: 250
Views: 104,717
Posted By Cesar82
Smile Windows Phone Installer (DiskSpan GUI)

At the request of user @GaMEr_2077 I created an alternate version of "Windows Phone Installer (WPI)" with support for "DiskSpan GUI v2+".
The changes were initially based on the script shared by...
Forum: Conversion Tutorials 07-07-2021, 02:16
Replies: 23
Views: 20,229
Posted By mausschieber
How to use Diskspan GUI v2+

First You Start DiskSpan Gui, you have to enter the Game Directory like this

https://fileforums.com/attachment.php?attachmentid=29843&stc=1&d=1625648207

Make sure you have enough Free space....
Forum: Conversion Tutorials 06-07-2021, 03:17
Replies: 1,371
Views: 313,776
Posted By KaktoR
The Cesar update v7.3.1 ...

The Cesar update

v7.3.1
_____________________________________________________
- ASIS is now fully compatible with DiskSpan GUI v2.0+ (thanks to Cesar82)
> Old DiskSpan GUI versions aren't...
Forum: Conversion Tutorials 24-06-2021, 12:08
Replies: 417
Views: 153,576
Posted By Cesar82
Post DiskSpan GUI

https://i.imgur.com/7JDAQcm.pnghttps://i.imgur.com/Fkc3y6S.png
DiskSpan GUI:
It is a tool developed to work together with CLS-DiskSpan.dll (by Razor12911) to create compressions using external...
Showing results 1 to 25 of 45

 
Forum Jump


All times are GMT -7. The time now is 07:24.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com