|
|
|
#1
|
||||
|
||||
|
In the setup I am not getting the second page- the page asking the destination of installation, for blackbox setup I made.Please help.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Hi
I make a Setup with Black Box v2 Designer, size of this setup is 11mb But, the setup which maked by black box have 2mb i want to create a setup with small size |
|
#3
|
|||
|
|||
|
Help and thanks ....
How to add more shortcuts in Blackbox Inno Setup Script ??? |
|
#4
|
|||
|
|||
|
Help needed
Want to enable or disable program group through checkbox as it is in blackbox's script. |
|
#5
|
|||
|
|||
|
from where did you get this script?
|
|
#6
|
|||
|
|||
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
|||
|
|||
|
Quote:
![]() Can u help me out? Since I am not from IT background so don't know much about programming. In this script I am not able to link the 'no start menu folder checkbox' with the 'start group selection'. if checkbox is checked then no start menu folder and disabled start group selection and if not then start menu folder. Pl have a look at the code: function CheckError:boolean; begin if ISDoneError = True then Result := False else Result := True; end; function CreateGI:boolean; begin if CheckError = True then begin if NoIconsCheck.IsChecked then Result:=True else Result:=False; end; end; procedure NoIconsCheckOnClick(Sender: TObject); begin if NoIconsCheck.IsChecked=True then begin WizardForm.GroupEdit.Enabled:= false; WizardForm.GroupBrowseButton.Enabled:= false; ButtonSetEnabled(GroupBtn, false); end else begin WizardForm.GroupEdit.Enabled:= true; WizardForm.GroupBrowseButton.Enabled:= true; ButtonSetEnabled(GroupBtn, true); end; WizardForm.GroupEdit.Color:= clblack; end; Last edited by buntionly4u; 20-08-2017 at 13:22. |
|
#9
|
|||
|
|||
|
i am made black box setup and it not shown select dir and welcome page...plzz help me
|
|
#10
|
||||
|
||||
|
@nishara95
I had the same error with Inno Setup (Vers. innosetup-5.5.9-unicode.exe). Pls can you try this Version: innosetup 5.5.5-unicode For my prob it`s ok now... Edit: Ohhh, last post same month ago... |
|
#11
|
|||
|
|||
|
I can not speak English
please help me
|
|
#12
|
|||
|
|||
|
Last edited by fanzhong; 30-11-2017 at 00:11. |
|
#13
|
||||
|
||||
|
its asking for next disk
|
|
#14
|
||||
|
||||
|
I have this problem as well.
Anyone got a fix? |
|
#15
|
||||
|
||||
|
how to make this blackbox setup support internal compression ??
|
![]() |
|
|
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 |