|
|
|
#1
|
||||
|
||||
|
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)
__________________
Haters gonna hate
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
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;
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? |
|
#3
|
|||
|
|||
|
Quote:
- 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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |