![]() |
CRC Errors
Quote:
Run DSG Extract Setup.dll Copy to Setup_DLL Changed the line in settings.ini (I'm not sure about this step. I copied the line with the .dat extension and renamed checksums.dat to Data1a-01 to match what DSG made.) Compiled. Get Error. I'm fairly sure I followed the steps correctly. |
Looks like a bug. However under normal circumstances you cannot call {app} before the folder is actually initialized by inno setup, but in this case the crc check will start at the very end (I think it's the very last action if you enable all possible options), so I don't know why you get this error. I will ask César if he can fix this.
|
CRC Errors
Quote:
Code:
beginCode:
begin |
Quote:
If your hash file source path is the installation folder, you're in trouble. |
1 Attachment(s)
Try this
|
Quote:
Code:
Line 4492: |
Works fine here. Did you changed something in DSG_Module.iss?
|
Quote:
|
Quote:
Edit: Everything seems to be working as intended! Thank you! |
Typo
Found a typo. Just thought you should know.
"Your system does partially meet the hardware reuirements." |
Title scale
Is there a way to scale the title bar height and left padding with DPI changes as well? Things start getting clipped/overlapped at uhd resolutions and over %200 scale. I can edit the height in a fixed way by editing the vsf but I'm sure that will be huge on lower resolutions. Am I walking into a dead end here?
|
Compact Mode Components Bug
I think I found a bug for the components page when using compact mode (Hotfix 8).
This bug makes the Start Menu Checkbox stay visible on components page when using compact mode. :) FIX: in this section: Code:
ComponentsPageVisible := (not ComponentsPageVisible);Code:
StartMenuCB.VisibleCode:
#if !UpdateModeCode:
#if !UpdateMode |
1 Attachment(s)
Thanks, fixed.
The same should be added on Code:
procedure TasksPageClick(Sender: TObject);Code:
StartMenuCB.Visible := (not TasksPageVisible); |
Is there anyway to modify the script to have a separate audio file play during the splash screen, and then start the normal music file when the splash ends? I tried using a LLM to analyze the script and Settings.ini to see if it could add that in, and it couldn't. Not really an important feature, but I was just wondering :D
|
Start Menu Shortcut Bugs!
When I checked the start menu shortcut creator checkbox, I realized that the shortcut is not created inside the programs folder of the start menu. However it was created when I checked the desktop shortcut creator checkbox. So I fixed it like this:
Code:
//#if !CompactMode || !UpdateModeCode:
StartMenuCB := TNewCheckBox.Create(WizardForm);Code:
Checked := False; // 1) set default state |
| All times are GMT -7. The time now is 12:19. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com