|
|
|
#1
|
||||
|
||||
|
Quote:
Use the ISDone for Precomp, srep,sevenzip and etc functions. Last edited by Razor12911; 22-02-2013 at 08:09. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Splash Example
Splash Example, Makes your source code make this.\
![]() Credits: Imageshack. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Andre Jesus (24-02-2013) | ||
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Quote:
Thanks in advance. |
|
#5
|
||||
|
||||
|
Quote:
Code:
[setup]
AppMutex=UniqueNAME
[_code]
procedure InitializeWizard;
begin
CreateMutex('UniqueNAME');
end;
Last edited by altef_4; 12-03-2013 at 11:32. Reason: CreateAppMutex->CreateMutex |
|
#6
|
||||
|
||||
|
Quote:
Unknown identifer 'CreateAppMutex' |
|
#7
|
||||
|
||||
|
Can anyone tell me where to look to fix this, the font are crooped
![]() It's made with CIU 1.0.0.5 |
|
#8
|
||||
|
||||
|
the font itself is translated downwards or the height is way more than width unlike other fonts.
|
|
#9
|
||||
|
||||
|
any solution to fix it, give some examples
|
|
#10
|
||||
|
||||
|
Since Yener90's source code edit.png and the text are fixed. there is not solution unless if you make font size smaller.
Or change the font itself. |
|
#11
|
||||
|
||||
|
in your opinion which font would fixed the problem i will apply that in every installer some good fonts
|
|
#12
|
||||
|
||||
|
How to add registries in Inno Setup.
Instructions 1. Search for Regedit.exe 2. Open Regedit.exe 3. Press Ctrl+F type (ApplicationName) 4. Wait and Select the appropriate Registry. 5. Right click on registry key then select export. 6. Save as (Registry).reg 7. Download this attachment 8. Open attachment 9. Run Convertor.exe 10. Load Saved (Registry).reg 11. Save as (Registry).iss 12. Open .iss with Inno Setup 13 Copy [Registry] content 14. Paste on script. 15. Done!!! |
|
#13
|
||||
|
||||
|
Can u upload plz
|
|
#14
|
||||
|
||||
|
You have Calibri on your system,
Code:
%SystemRoot%\Fonts\ |
|
#15
|
||||
|
||||
|
thanks, but i have to change the font size also
Last edited by jackstuff; 23-02-2013 at 06:13. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |