Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28-04-2020, 05:25
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,707
Thanks: 1,106
Thanked 7,359 Times in 2,850 Posts
KaktoR is on a distinguished road
The previous update had some bugs left, here is the hotfix

Code:
v7.1.7 Hotfix
_____________________________________________________
- Fixed "OK" button on components page (CompactMode) with higher desktop resolutions
  > Hopefully this will be the last one
- Fixed "Background" button on FinishedPage with special settings
- Added a new [Executable#] section to Settings.ini
  > There will be set executables for shortcuts
- Reworked creating icons for your application
  > It is now possible to set/create more then one icon
  > Theoretical you can create an infinite number of shortcuts
- Updated all languages
- Some script cleanup, now be less unneccessary doubled codes and trash 
- Hotfix: Fixed hash check if more then from 1 disc/iso is installed
  > Before the file was extracted on hash page, and if you were installing from more
    then one disc/iso and changed the disc/iso, Installer couldn't extract the file 
    because Setup.exe was not in {src} folder anymore, so you had to remount the disc/iso
    and click "Retry" to start the hash check. This is now fixed.
- Hotfix: Fixed broken FinishPage if CRC checkbox was checked (NormalMode)
If you encounter more then tell me please
Attached Files
File Type: 7z Update.v7.1.7H.7z (3.74 MB, 25 views)
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
pincoball (28-04-2020), Titeuf (28-04-2020)
Sponsored Links
  #2  
Old 28-04-2020, 08:24
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,218
Thanks: 294
Thanked 1,407 Times in 637 Posts
Masquerade is on a distinguished road
I was wondering if it's possible to change the button placement in compact mode? I'm having a little play around with the layout and I can move everything so far except from the install, pause and cancel buttons. Is there something I'm missing?

Code:
  PauseButton := TNewButton.Create(WizardForm);
  with PauseButton do
  begin
    Parent  := WizardForm;
    Left    := ScaleX(10);
    Top     := ScaleY(310);
    Width   := ScaleX(225);
    Height  := ScaleY(23);
    Caption := ExpandConstant('{cm:Pause}');
    OnClick := @PauseButtonClick;
  end;
Here's an example. According to the above config, the button should be larger and on the left instead of the right, however ther button still appears in the top right.

I extended the installer slightly to 500 (Y) value, so that's why the button can go lower than the normal compact mode window.

Is there some kind of lock on the button / or can buttons not be resized or moved?
Reply With Quote
  #3  
Old 01-05-2020, 02:23
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,218
Thanks: 294
Thanked 1,407 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
The previous update had some bugs left, here is the hotfix
If you encounter more then tell me please
Been playing with the new [Executable] section in the INI file however there's a couple things:

- The desktop shortcut always is written to be the default path instead of the chosen install path. If my default is {sd}\Games in [Extract Settings] but I change the path in the installer to a different Drive or folder, the shortcut will still get written as c:\games instead iof the user chosen path.

- Desktop shortcut is always created despite checkbox being unticked.

- This path confusion may also lead to the CRC check not working as intended - when running a CRC check, all files are printed as "Not found" when the files have extracted properly to the user chosen path. Wirthout a way of seeing where the installer is looking to check the files, I can't confirm that there's a link between this and the path confusion. My CRC MD5 file did work because I ran it in the install directory and everything verified correctly.
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
KaktoR (01-05-2020), Titeuf (01-05-2020)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 09:18.


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