|
|
|
#1
|
||||
|
||||
|
@Pakrat2k2
add arc.ini ![]() if not ISArcExtract ( 0, 0, ExpandConstant('{src}\setup-1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; @Kurutucu How can you have two of #define NeedSize "6666" #define PrecompInside #define SrepInside #define precomp "0.42" #define unrar #define XDelta #define PackZIP these in the same script? you are now confusing inno. One in main.iss and one in ISDone\ISDone.iss and both are different. Last edited by Razor12911; 24-04-2013 at 21:32. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
elnesr (24-04-2013) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
her.....
Code:
var NewCheckBox: TCheckBox; procedure WizardFormResizer(Sender: TObject); begin if NewCheckBox.Checked = True then begin WizardForm.Width:=NewWizardFormSizeX WizardForm.Height:=NewWizardFormSizeY end else begin WizardForm.Width:=OldWizardFormSizeX WizardForm.Height:=OldWizardFormSizeY end; end; procedure InitializeWizard; begin NewCheckBox:= TCheckBox.Create(WizardForm); with NewCheckBox do begin Parent:= WizardForm.InstallingPage; Left:= SetPositionX; Top:= SetPositionY; Width:= SetSizeX; Height:= SetSizeY; Checked:= False; OnClick:= @WizardFormResizer; Caption := 'Compact View'; end; end; |
|
#3
|
|||
|
|||
|
error massage
i used v1.4 low compress during install come out this error massage??
|
|
#4
|
|||
|
|||
|
Quote:
some bugs fixed in this version |
|
#5
|
|||
|
|||
|
what about add password to arc/bin file?
how do this? Edit: Nevermind Last edited by doritox; 25-10-2013 at 17:09. |
|
#6
|
|||
|
|||
|
add with using Encryption tab
|
|
#7
|
||||
|
||||
|
@Kurutucu
There is 2 include dir and both dir files are adding to setup check files section both scripts isdone.iss and main.iss Last edited by y_thelastknight; 25-04-2013 at 00:28. |
|
#8
|
|||
|
|||
|
@y_thelastknight
Don't touch ISDone.iss. Use Main.iss for compile. |
|
#9
|
||||
|
||||
|
What should I do
|
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Prince Soft (10-11-2016) | ||
|
#10
|
||||
|
||||
|
hmm, I thought I fixed this bugs.
Hotfix Uploaded Last edited by Razor12911; 27-04-2013 at 07:21. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (27-04-2013) | ||
|
#11
|
||||
|
||||
|
ansi script is ok
but unicode have this error |
|
#12
|
||||
|
||||
|
@y_thelastknight
maybe you must update your ISPP Script Copy to inno setup directory, replace if you have to. |
|
#13
|
||||
|
||||
|
Quote:
thank you
|
|
#14
|
||||
|
||||
|
no its works fine for me
|
|
#15
|
||||
|
||||
|
@Kurutucu
This BlackBox script support video durring installation or pictures slideshow?(like peterf's script) |
![]() |
|
|
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 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |