|
#16
|
||||
|
||||
|
Version v1.2.0 Avaliable
Changes -Fixed some bug -Updated Custom Component section __________________ |
| Sponsored Links |
|
#17
|
||||
|
||||
|
There is no option for it.
|
|
#18
|
||||
|
||||
|
1) Splash screen ?
2) any way to integrate setup.ini to setup.exe ? 3) music ? Last edited by ashyamsundar; 04-11-2013 at 23:34. |
| The Following User Says Thank You to ashyamsundar For This Useful Post: | ||
aj12345 (27-11-2013) | ||
|
#19
|
|||
|
|||
|
copy file: Splash.png and isgsg.dll, to include folder
Last edited by sentinelks; 31-01-2014 at 23:42. |
|
#20
|
|||
|
|||
|
I want DirectX, Visual C++ ... All Checked Default, how?
How All ready checked? Last edited by triviet4; 05-11-2013 at 16:26. |
| The Following 2 Users Say Thank You to triviet4 For This Useful Post: | ||
aj12345 (27-11-2013), Prince Soft (05-11-2016) | ||
|
#21
|
||||
|
||||
|
Quote:
if you want all checked then find these lines Code:
ShortcutCB := TNewCheckBox.Create(WizardForm); with ShortcutCB do begin DirectXCB := TNewCheckBox.Create(WizardForm); with DirectXCB do begin VisualCCB := TNewCheckBox.Create(WizardForm); with VisualCCB do begin SocialCB := TNewCheckBox.Create(WizardForm); with SocialCB do begin |
|
#22
|
|||
|
|||
|
i want all checked
i found those line Code:
ShortcutCB := TNewCheckBox.Create(WizardForm);
with ShortcutCB do
begin
Parent := WizardPanel;
Left :=(116);
Top :=(299);
Width := ScaleX(14);
Height := ScaleY(14);
end;
DirectXCB := TNewCheckBox.Create(WizardForm);
with DirectXCB do
begin
Parent := WizardPanel;
Left :=(116);
Top :=(320);
Width := ScaleX(14);
Height := ScaleY(14);
end;
VisualCCB := TNewCheckBox.Create(WizardForm);
with VisualCCB do
begin
Parent := WizardPanel;
Left :=(250);
Top :=(320);
Width := ScaleX(14);
Height := ScaleY(14);
end;
SocialCB := TNewCheckBox.Create(WizardForm);
with SocialCB do
begin
Parent := WizardPanel;
Left :=(410);
Top :=(320);
Width := ScaleX(14);
Height := ScaleY(14);
end;
can you details, please? SORRY, MY ENGLISH'S BAD Last edited by triviet4; 05-11-2013 at 16:13. |
| The Following User Says Thank You to triviet4 For This Useful Post: | ||
aj12345 (27-11-2013) | ||
|
#23
|
|||
|
|||
|
triviet4
all checked yes copy in: if CurPageID=wpSelectDir then begin DirectXCB.Checked:=True; VisualCCB.Checked:=True; SocialCB.Checked:=True; ShortcutCB.Checked:=True; CheckAll Code:
DirectXCB.Checked:=True; VisualCCB.Checked:=True; SocialCB.Checked:=True; ShortcutCB.Checked:=True; Enabled True or False True.. Code:
DirectXCB.Enabled:=True; VisualCCB.Enabled:=True; SocialCB.Enabled:=True; ShortcutCB.Enabled:=True; Code:
DirectXCB.Enabled:=False; VisualCCB.Enabled:=False; SocialCB.Enabled:=False; ShortcutCB.Enabled:=False; Last edited by sentinelks; 05-11-2013 at 23:19. |
|
#25
|
|||
|
|||
|
Last edited by sentinelks; 06-11-2013 at 06:25. |
| The Following 3 Users Say Thank You to sentinelks For This Useful Post: | ||
|
#26
|
|||
|
|||
|
Sript Video-Slides-Audio by y_thelastknight and Razor1911
http://fileforums.com/showpost.php?p...&postcount=118 Last edited by sentinelks; 08-11-2013 at 02:49. |
| The Following 2 Users Say Thank You to sentinelks For This Useful Post: | ||
aj12345 (27-11-2013), Prince Soft (05-11-2016) | ||
|
#27
|
|||
|
|||
|
i'm question
i'm DiskSpanning DiskSpanning=yes DiskSliceSize=1566000000 SlicesPerDisk=3 DVD1: Setup-1a, 1b, 1c DVD2: Setup-2a, 2b, 2c But when setup DVD1, error... Please insert disk 2... (not found File Setup-2c) How fix this error? Last edited by triviet4; 06-11-2013 at 08:23. |
| The Following User Says Thank You to triviet4 For This Useful Post: | ||
aj12345 (27-11-2013) | ||
|
#28
|
||||
|
||||
|
Quote:
[files] Source: Include\*.*; Flags: dontcopy; ///Dont put YourCode here// #define i 0 #ifexist "Slides\1.jpg" #sub AddFile Source: Slides\{#i}.jpg; DestDir: {tmp}; Flags: dontcopy; #endsub #for {i = 1; FileExists(StringChange("Slides\FileName.jpg", "FileName", Str(i))) != 0; i++} AddFile #endif ///Put It Here// Wait, script will be uploaded. Last edited by y_thelastknight; 06-11-2013 at 08:34. |
|
#29
|
||||
|
||||
|
Thx For The Video-Slides Script
And If Possible please Add the Video&Slides button like shown in the picture ![]() Thx For This Script |
| The Following User Says Thank You to varma1993 For This Useful Post: | ||
Prince Soft (05-11-2016) | ||
|
#30
|
|||
|
|||
|
Quote:
anything is possible .. soon
|
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
varma1993 (07-11-2013) | ||
![]() |
|
|
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 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| NASCAR The Game 2013 (inno setup script) | sentinelks | PC Games - CD/DVD Conversions | 28 | 08-09-2013 20:30 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |