|
#1081
|
||||
|
||||
|
Quote:
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;
|
| Sponsored Links |
|
#1082
|
|||
|
|||
|
Quote:
can you help me edit my script ? heheh |
|
#1083
|
||||
|
||||
|
Try this
|
|
#1084
|
|||
|
|||
|
pleease fin me a way out.....
I am facing a problem whiceinstalling
It shows error 14 could not extract |
|
#1085
|
|||
|
|||
|
Quote:
Check your compression. Also make arc.ini file for the decompression process. That'll helpfull |
|
#1086
|
||||
|
||||
|
Hi, how we could add music function during installation in UltraARC Script?!
|
|
#1087
|
|||
|
|||
|
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?
Last edited by hpmbot149; 07-06-2016 at 18:01. Reason: Replied to @TsubasaHP |
|
#1088
|
|||
|
|||
|
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 Last edited by Vivekkumar07032003; 06-07-2016 at 19:37. Reason: It was very large, so I asked what I wanted |
|
#1089
|
|||
|
|||
|
Quote:
[CODE] Code:
function ShouldSkipPage1 (PageID: Integer): Boolean; begin if (PageID=wpSelectProgramGroup) or (PageID=wpReady) or (PageID=wpSelectComponents) then Result:=true; end; |
|
#1090
|
|||
|
|||
|
Quote:
[CODE] Code:
function ShouldSkipPage1 (PageID: Integer): Boolean; begin if (PageID=wpSelectProgramGroup) or (PageID=wpReady) or (PageID=wpSelectComponents) then Result:=true; end; |
|
#1091
|
|||
|
|||
|
I tried and deleted the command but that led to a problem in back button
It is seen but does not work |
|
#1092
|
|||
|
|||
|
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 |
|
#1093
|
|||
|
|||
|
Please tell me about the sections which serializes the pages
|
|
#1094
|
|||
|
|||
|
Hi, can any one tell me the code of compact view? Please. Thanks.
|
|
#1095
|
|||
|
|||
|
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?
|
![]() |
|
|
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 |