FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

Carldric Clement 04-05-2016 20:38

Quote:

Originally Posted by inatha3 (Post 448815)
How to Open URL after finish instalation and how to roll back install if corupt or eror ? thanks

Use This:
Code:

procedure CurStepChanged(CurStep: TSetupStep);
var
    URL: integer;
begin
  if (CurStep = ssPostInstall) and ISDoneError then
  begin
    Exec2(ExpandConstant('{uninstallexe}'), '/VERYSILENT', false);
  end;
    if (CurStep=ssPostInstall) and not (ISDoneError) then
    begin
        ShellExec('open', 'http://your.app.url/', '', '', SW_SHOW, ewNoWait, URL);
    end;
end;


inatha3 05-05-2016 04:02

1 Attachment(s)
Quote:

Originally Posted by Carldric Clement (Post 448830)
Use This:
Code:

procedure CurStepChanged(CurStep: TSetupStep);
var
    URL: integer;
begin
  if (CurStep = ssPostInstall) and ISDoneError then
  begin
    Exec2(ExpandConstant('{uninstallexe}'), '/VERYSILENT', false);
  end;
    if (CurStep=ssPostInstall) and not (ISDoneError) then
    begin
        ShellExec('open', 'http://your.app.url/', '', '', SW_SHOW, ewNoWait, URL);
    end;
end;


still not working .
can you help me edit my script ? heheh

Razor12911 07-05-2016 15:14

1 Attachment(s)
Try this

Vivekkumar07032003 22-05-2016 00:10

pleease fin me a way out.....
 
I am facing a problem whiceinstalling
It shows error 14 could not extract

ffmla 25-05-2016 10:24

Quote:

Originally Posted by Vivekkumar07032003 (Post 449163)
I am facing a problem whiceinstalling
It shows error 14 could not extract

Hello Bro,
Check your compression.
Also make arc.ini file for the decompression process.
That'll helpfull

TsubasaHP 01-06-2016 06:33

Hi, how we could add music function during installation in UltraARC Script?!

hpmbot149 07-06-2016 06:10

Video Background
 
Okay you can...........Simply add a loopable MP3 file called music.mp3 to the /Style folder in script folder.

I am asking how to use an MP4 video as the setup background?
I enabled the option "Video Background" in script and added a Video.MP4 to /Style but I got a black screen........
Any ideas on fixing that?:)

Vivekkumar07032003 06-07-2016 10:31

Unable to show welcome page
 
I firstly had a problem with archives, but tried and got a fix…
But now when I compile the setup, the setup launches with the tasks page.
Does not show any welcome or dirselection pagepage

Please help

Prince4 06-07-2016 22:46

Quote:

Originally Posted by Vivekkumar07032003 (Post 449880)
I firstly had a problem with archives, but tried and got a fix…
But now when I compile the setup, the setup launches with the tasks page.
Does not show any welcome or dirselection pagepage

Please help

Check :
[CODE]
Code:

function ShouldSkipPage1 (PageID: Integer): Boolean;
 begin
  if (PageID=wpSelectProgramGroup) or (PageID=wpReady) or    (PageID=wpSelectComponents) then Result:=true;
 end;


Prince4 06-07-2016 23:00

Quote:

Originally Posted by Vivekkumar07032003 (Post 449880)
I firstly had a problem with archives, but tried and got a fix…
But now when I compile the setup, the setup launches with the tasks page.
Does not show any welcome or dirselection pagepage

Please help

Check :
[CODE]
Code:

function ShouldSkipPage1 (PageID: Integer): Boolean;
 begin
  if (PageID=wpSelectProgramGroup) or (PageID=wpReady) or    (PageID=wpSelectComponents) then Result:=true;
 end;


Vivekkumar07032003 06-07-2016 23:21

I tried and deleted the command but that led to a problem in back button
It is seen but does not work

Vivekkumar07032003 08-07-2016 21:01

Some times the dir page opens , however 1 out of 20 times , please send me a video to how to fix it.
I am unable to compile e setup with welcome page,

I am using inno 5 Unicode and on win 10 64 bit.


Please , if your setups are all right send me the version which you are using

Vivekkumar07032003 09-07-2016 03:19

Please tell me about the sections which serializes the pages

Jawahir95 16-07-2016 01:33

Hi, can any one tell me the code of compact view? Please. Thanks.

mikey26 15-09-2016 04:06

omg @ramazan19833 everywhere u just spam and never clear about your problems if you actually have any.you created a new thread with this same post wtf dude?


All times are GMT -7. The time now is 10:57.

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