![]() |
Send me the executable via private message
Edit: I tested with the game executable, used the same oiginal folder paths for my test, and it works fine here. Icon is changed to what it is set in settings.ini. It does not open the game directory with the desktop icon but run the executable. So I really don't know what is happening for you. Is this only with this game or other games too? |
hello, it's the only and first game that does this to me, I have the game icon, but it opens the game directory only.I still sent you the exe in case you want to test.
thank you |
Heyo, I just started moving to v.7.3.4, and I had a question relating to the Tasks page. Is there anyway to not include this section when in non-compact mode? I feel like it's unnecessary when the following page with the install dir/start menu shows the size anyway, and I rather have it skip to that page. It's not often I have anything selective/optional.
https://i.ibb.co/hH1syzN/image.png |
Just don't use Taskpage then ;)
|
Quote:
|
2 Attachment(s)
Code:
v7.3.8 |
Help and Problem in Components and ISExec
How can the Exec function work only by selecting Component 2?
Component2.Name=Patch Component2.ItemType=CHECK Component2.Size=1 MB Component2.Level=0 Component2.Checked=1 Component2.Enabled=1 I tried the below function but it didn't work.:( Code:
if ComponentsList.Checked[2] then |
Quote:
Code:
if IsComponentSelected('NAME') then begin |
Thanks Lord Freddy
But it doesn't work. |
Quote:
Code:
|
Hey, how would we go about doing the following in ASIS?
- Extract first Archive in records.ini - Run a batch file - Resume extracting the next archives Thanks! If it helps, I'm using v7.1.4 |
@Masquerade
This needs some changes in "procedure Unpack_Process". Honestly I don't know if this even exists on v7.1.4, since many changes come along since then. |
I've been trying to do a minor redesign to the compact mode layout, by moving all the contents of the "AboutForm" to the main-page of the installer. I've managed to accomplish all I set out to do save for getting the "LogoImage" to display, even after changing the parent to "WizardForm", Is there something I'm missing? I'm using the latest version of the script if it helps.
|
Sorry to fire off all these questions but got one more quickie, would anyone happen to know what variables determine the default Font used for CompactMode, and which ones disable the use of custom fonts for CompactMode? I un-commented the parts disabling the use of custom fonts, as present in v7.3.4-Update-2 and onwards and played around with the script a bit. "Font.ttf" is definitely being added to the installer but theres something in the script preventing a custom font being used on CompactMode, since its definitely working for most elements, save the AboutForm & InfoForm, in non-CompactMode.
|
Custom Font is used only by NormalMode (non-CompactMode) on Start page and Finish page.
Custom fonts were never added to compact mode, simply because of its size and design. In former tests most fonts (especially but not only included by default in windows) were unreadable, means cut off texts and such. I think the standard font used by Inno Setup is "Arial" font. However if you want to change the fonts of all elements in compact mode, you have to add "Font.Name :=" to all the elements manually which are used by compact mode, like this Code:
Font.Name := 'Times New Roman';Code:
IconsCB := TNewCheckBox.Create(WizardForm); |
| All times are GMT -7. The time now is 12:32. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com