![]() |
Quote:
The difference I think is that Enhanced Edition uses single functions which have been generated from long or frustrating procedures from the standard version. The Enhanced Edition allows some lines or functions which aren't allowed in the standard version. like ttimer, doublebuffered and etc. It also helps by suggesting or ideas for you whenever you are dealing with any script.:D and etc. |
Quote:
|
Quote:
|
I can not understand why the compression is giving this error:
http://img132.imageshack.us/img132/5931/errosrep.jpg Where did I go wrong? :( |
Quote:
|
@danswano
for example You can use this approach. if not FileExist(ExpandConstant('{src}\DVD2\data7.bin')) then begin repeat MsgBox('Insert Disk: 2', mbInformation, MB_OK); until FileExist(ExpandConstant('{src}\DVD2\data7.bin')) = True end; |
@kassane
maybe its disk space, check System Drive Hard Disk. or method has a problem. |
Is it possible to not specify the data.cab name and put the total number of cabs per disk?
something like dataX.cab and X is the cab batch replacement. |
Quote:
Can you give me an example? |
Quote:
|
Quote:
sorry didn't also mention length function MBToGB(MB : Integer): String; begin if Length(IntToStr(MB)) > 3 then Result := Copy(IntToStr(MB), 0, Length(IntToStr(MB))-3) + '.' + Copy(IntToStr(MB), Length(IntToStr(MB))-2, 1) + ' GB' else Result := IntToStr(MB) + ' MB' end; how to use Legend: i = integer, a number to convert from MB to GB MBToGB(i) |
1 Attachment(s)
Quote:
Attachment 6115 |
1 Attachment(s)
@Andre Jesus
Done man, check it out. |
Quote:
|
3 Attachment(s)
Quote:
Note that if I change the value [MB] to [KB], it does the calculation automatically. Example 1 - size MB. Code:
[Setup]Example 2 - size kb Code:
[Setup]Following the example above, believed that by entering [gb] he would do the calculation automatically for GB, however, he considers as text. Code:
[Setup]So, Inno Setup does not recognize the value in GB? |
hmm, yeah, maybe, to me? I don't know, that's why I create custom forms.
|
Quote:
Code:
[Messages] |
How can i put a effect song when the mouse cursor pass on the button?
|
you use this
function sndPlaySound(lpszSoundName: String; uFlags: cardinal):integer; external '[email protected] stdcall'; example sndPlaySound(ExpandConstant('{tmp}\ButtonSoundSele cted.wav'),$0001); use these on default buttons OnClick:=; OnDblClick:=; OnMouseDown:=; use these for custom buttons (botva2 buttons) BtnSetEvent(,BtnClickEventID,WrapBtnCallback(sndPl aySound(ExpandConstant('{tmp}\ButtonSoundSelected. wav'),$0001);,1)); BtnSetEvent(,BtnMouseEnterEventID,WrapBtnCallback( sndPlaySound(ExpandConstant('{tmp}\ButtonSoundSele cted.wav'),$0001);,1)); |
Quote:
Can you please verify? The error is: Line 191: Column 109: comma (',') expected. Code:
with WizardForm.NextButton do begin |
Quote:
wrapbtncallback(@function_which_will_be_executed_on_event,1), BtnSetEvent(hNextBtn,BtnClickEventID,WrapBtnCallba ck(@WizardFormBtnClick,1));BtnSetEvent(hNextBtn,Bt nMouseEnterEventID,WrapBtnCallback(@WizardFormBtnO nMouseEnter,1)); |
thanks you very much for this thread it helps
my problem with password : first a compressed the game with " freearc" but i added password mean when i try to open the file with "freearc" it asks for password the problem now with inno setup , always says corrupted header but when i remove password no errors found so please is there any code for inno setup to add the arc files' password in it thanks in advance |
Quote:
|
I now understand why the problem with the icon and error. That's because Setup.dll file, is there a way to change the file or creating the file Setup.dll him? Thank
|
which CI / CIU script are you using if any. because yener's script v1.0.0.6, you compile langscript.iss to create autorun.exe ( which is just renamed setup.dll )
|
Hello, Razor
What video extension you are compressing with mpz and what is the compression ratio? |
Hmm, I can't actually tell because I used many methods in one, precomp+srep+mpz+tak+lzma+rep+ppmd+grzip+lzp+delta +exe+exe2
|
haha, omg :D
|
1 Attachment(s)
Quote:
Now appear other error: WizardFormBtnOnMouseEnter. This my script. Attachment 6130 Thanks in advance. |
Quote:
Code:
[Setup] |
1 Attachment(s)
Quote:
Now the sond of the button is ok, but the filme .wav don磘 work. Attachment 6135 If you can help me, i will be thankful. |
I need help guys,I need code and files for "SREP+PRECOM+FREEARC".Thanks in advance.
|
which precomp version?
|
Quote:
sndPlaySoundW and change to this sndPlaySoundA if i'm understand you wrong, then explain whats wrong |
Quote:
Precomp 0.42 or better Srep 3.0 or better Freearc latest. I need code and Files as well.Any other help is appreciated. |
inno setup script or batch?
|
Quote:
|
use Conversion Converter
set this under this [CompressingSettings] FreeArcFile1=OUTDIRPATH\DVD1\Data.bin;Source:SELDI RPATH\*;Option:a -ep1 -r -ed;Method:-mprecomp:t-jnf+srep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc 8; |
1 Attachment(s)
Quote:
This word correct is file. Inside the folder 'files' are the sound .wav. I make a change that you suggested me. Now is work but have a delay when i click on the button. Attachment 6139 |
1 Attachment(s)
Quote:
Make Custom Labels, Change OnClicks and Use Booleans. :D |
| All times are GMT -7. The time now is 17:01. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com