FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Glass Black Box Inno Setup Script Unicode (https://fileforums.com/showthread.php?t=95321)

y_thelastknight 04-11-2013 00:01

Version v1.2.0 Avaliable


Changes

-Fixed some bug
-Updated Custom Component section
__________________

y_thelastknight 04-11-2013 03:40

Quote:

Originally Posted by varma1993 (Post 425117)
how to hide password from setup.ini

There is no option for it.

ashyamsundar 04-11-2013 23:00

1) Splash screen ?
2) any way to integrate setup.ini to setup.exe ?
3) music ?

sentinelks 04-11-2013 23:34

Quote:

Originally Posted by ashyamsundar (Post 425286)
1) Splash screen ?
2) any way to integrate setup.ini to setup.exe ?

copy file: Splash.png and isgsg.dll, to include folder

triviet4 05-11-2013 11:16

1 Attachment(s)
I want DirectX, Visual C++ ... All Checked Default, how?

How All ready checked?

y_thelastknight 05-11-2013 11:57

Quote:

Originally Posted by triviet4 (Post 425330)
I want DirectX, Visual C++ ... All Checked Default, how?

All ready checked, don't check

i didn't understand you..do you want checked all or don't check

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

and paste this line under those line..

triviet4 05-11-2013 15:55

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;

but paste what line? under those line..
can you details, please?

SORRY, MY ENGLISH'S BAD

sentinelks 05-11-2013 23:01

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;

False..
Code:

DirectXCB.Enabled:=False;
VisualCCB.Enabled:=False;
SocialCB.Enabled:=False;
ShortcutCB.Enabled:=False;


varma1993 06-11-2013 00:08

please add video to this script

sentinelks 06-11-2013 04:58

Quote:

Originally Posted by varma1993 (Post 425370)
please add video to this script

Test Video and Slides done

sentinelks 06-11-2013 07:30

Sript Video-Slides-Audio by y_thelastknight and Razor1911
http://fileforums.com/showpost.php?p...&postcount=118

triviet4 06-11-2013 07:59

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?

y_thelastknight 06-11-2013 08:31

Quote:

Originally Posted by triviet4 (Post 425383)
But when setup DVD1, error... Please insert disk 2... (not found File Setup-2c)
How fix this error?

dude add you file code under the slides code..

[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//


Quote:

Originally Posted by varma1993 (Post 425377)
y_thelastknight Accepted for the password of Video & Slides

Please Post The Password

Wait, script will be uploaded.

varma1993 07-11-2013 04:09

Quote:

Originally Posted by y_thelastknight (Post 425374)
LoL, Permission granted.
Also PM me the password.

Thx For The Video-Slides Script

And If Possible please Add the Video&Slides button like shown in the picture

http://s23.postimg.org/lyi0n8ljv/Capture_Copy.jpg

Thx For This Script

sentinelks 07-11-2013 04:16

Quote:

Originally Posted by varma1993 (Post 425457)
Thx For The Video-Slides Script

And If Possible please Add the Video&Slides button like shown in the picture

http://s23.postimg.org/lyi0n8ljv/Capture_Copy.jpg

Thx For This Script



anything is possible .. soon ;)


All times are GMT -7. The time now is 00:04.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com