|
#1
|
|||
|
|||
|
Last edited by Dante1995; 18-09-2014 at 09:10. Reason: Update add ISDone Code |
| The Following 7 Users Say Thank You to Dante1995 For This Useful Post: | ||
altef_4 (03-09-2014), Andrey167 (08-09-2014), arkantos7 (05-09-2014), lhanz678 (05-09-2014), nitrogen blaze (09-09-2014), Valtus (04-09-2014), y_thelastknight (03-09-2014) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Selectlanguageform unknow identifir
why? |
|
#3
|
|||
|
|||
|
click compiler.bat
the setup is ok bro ![]() : Last edited by Dante1995; 28-12-2014 at 20:54. |
|
#5
|
|||
|
|||
|
Quote:
is already inside you do not need to download anything Quote:
1) click Compiler.bat Example 2 1) open Inno Unicode ee and click tools >options >associate >ok Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following User Says Thank You to Dante1995 For This Useful Post: | ||
y_thelastknight (31-08-2014) | ||
|
#6
|
||||
|
||||
|
oh kk.. but he didn't use that mate.
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Dante1995 (31-08-2014) | ||
|
#7
|
|||
|
|||
|
even one I like (ok!'ll versions closed no problem)
|
| The Following User Says Thank You to Dante1995 For This Useful Post: | ||
y_thelastknight (03-09-2014) | ||
|
#8
|
||||
|
||||
|
Sorry i forget to like your main post..
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Dante1995 (03-09-2014) | ||
|
#9
|
|||
|
|||
|
not intended for programmer
|
|
#10
|
||||
|
||||
|
lol, bro, if your work is cool and great, you gotta get something, too bad cause you can't get hugs, well not from me(thats gay) and a thanks is better.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Dante1995 (03-09-2014) | ||
|
#11
|
|||
|
|||
|
Quote:
|
|
#12
|
||||
|
||||
|
in the witcher+isdone how agregate a font.ttf file, because i use
this code but is not reconized [Files] Source: "MyFont.ttf"; Flags: dontcopy [Code] #ifdef UNICODE #define AW "W" #else #define AW "A" #endif const FR_PRIVATE = $10; FR_NOT_ENUM = $20; function AddFontResourceEx(lpszFilename: string; fl: DWORD; pdv: Cardinal): Integer; external 'AddFontResourceEx{#AW}@gdi32.dll stdcall'; function RemoveFontResourceEx(lpFileName: string; fl: DWORD; pdv: Cardinal): BOOL; external 'RemoveFontResourceEx{#AW}@gdi32.dll stdcall'; var FontFlags: DWORD; [Code] procedure InitializeWizard; var FontName: string; begin // extract the font file to the temporary folder ExtractTemporaryFile('MyFont.ttf'); // this combination specifies the reservation of this font for use // in the setup process and that this font cannot be enumerated FontFlags := FR_PRIVATE or FR_NOT_ENUM; // add the font resource if AddFontResourceEx(ExpandConstant('{tmp}\MyFont.ttf '), FontFlags, 0) <> 0 then begin // note, that this is the name of the font, which doesn't have // to match to the font file name FontName := 'My Font Name'; // the global setting of the WizardForm.Font property causes many // of its child controls to inherit this font; except those listed // below; their default font has changed and they lost the ability // to inherit the font from their parent so we must do it manually WizardForm.Font.Name := FontName; WizardForm.WelcomeLabel1.Font.Name := FontName; WizardForm.PageNameLabel.Font.Name := FontName; WizardForm.FinishedHeadingLabel.Font.Name := FontName; end; end; procedure DeinitializeSetup; begin // remove the font resource RemoveFontResourceEx(ExpandConstant('{tmp}\MyFont. ttf'), FontFlags, 0); end; Whit witcher + isdone why the difference ![]() ![]() How i do this with thewitcher+ISDone a. Times and file description above progress bar b. Porcent label the center of the progress bar
Last edited by pakrat2k2; 04-09-2014 at 21:22. |
|
#13
|
||||
|
||||
|
Do you plan to add isdone?
|
|
#14
|
||||
|
||||
|
#15
|
||||
|
||||
|
Nope isdone files in the archive you downloaded above
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Only Sacred Plus English No-cd Fixed Exe Thread! Do Not Open New Ones... | n1ghtmare | PC Games | 155 | 14-11-2006 08:04 |
| Official Sacred Crack Thread. Do not make other threads about this ! | Ryynis | PC Games | 49 | 03-07-2006 05:35 |
| The Godfather, Game -- Unusual Error | dvdmations | PC Games | 4 | 05-05-2006 03:04 |
| ClonyXXL v2.0.0.6 unaficial english version..quick question inside | coffin filler | PC Games | 5 | 19-01-2003 16:01 |