FileForums

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

Dante1995 18-09-2014 10:14

Black Repack
 
3 Attachment(s)
2 Version: Internal and ISDone (inno setup ee)

Info:
Slides+Video+SplashScreen+Music :)

idea y_thelastknight,Razor12911,Peterf

SplashTime
ShowSplashScreen(WizardForm.Handle,ExpandConstant( '{tmp}\Splash.png'),{#SplashTime1},{#SplashTime2}, {#SplashTime3},0,255,True,$FFFFFF,10);


Code System Info is Old

Dante1995 18-09-2014 10:22

Open Browser After Installation
 
Code:

[Setup]
AppName=OpenWeb
AppVersion=OpenWeb
DefaultDirName=OpenWeb_Dante1995
OutputDir=.


[Run]
//---> Open Browser After Installation + Check Confirm
//Filename: "http://YourWebSite.it/"; Flags: shellexec runasoriginaluser postinstall; Description:Open WebSite.

//---> Open Browser After Installation (does not close the Set-up)
//Filename: "http://google.com/"; Flags: shellexec runasoriginaluser

[Code_]
//---> Open Browser After Installation
procedure CurStepChanged(CurStep: TSetupStep);
var
    ErrCode: integer;
begin
    if (CurStep=ssDone) then
    begin
        ShellExec('open', 'http://google.it/', '', '', SW_SHOW, ewNoWait, ErrCode);
    end;
end;


ChronoCross 18-09-2014 15:20

Quote:

Originally Posted by Dante1995 (Post 434205)
can be useful ISEE (u)

Functions = Isdone+Video+Splash.
http://fileforums.com/attachment.php...1&d=1411057306
Compression Work = Freearc,Precompress043,Srep,MSC.

hello Dante1995 im hyper noob. and i have questions. but first thanks for this innovation.

Q1:when i launch the setup after the install the setup close automatically how to fixed?
Q2:after the intall and run again the setup, is possible the unistaller run silent?
many thanks

Dante1995 18-09-2014 17:00

Q1:
want to view the page finish?
Q2:
does not want to see the progress bar when the program uninstall your game automatically?

ChronoCross 18-09-2014 17:10

Quote:

Originally Posted by Dante1995 (Post 434228)
Q1:
want to view the page finish?
Q2:
does not want to see the progress bar when the program uninstall your game automatically?

Q1: Yes any finish message would be fine.

Q2: I prefer not unistall the game when the setup.exe launch again, but if do it message advice would be good.

thanks

Dante1995 18-09-2014 18:21

1 Attachment(s)
Done

Q1: Yes any finish message would be fine.

Q2: prefer not unistall the game when the setup.exe launch again, but if do it message advice would be good.

Dante1995 21-09-2014 18:11

BoxInstaller
 
4 Attachment(s)
Simple Installer ISDone

felice2011 22-09-2014 09:18

You're great..Dante....!!!!!!:D:)

vinay sawan 22-09-2014 10:33

Delete

Dante1995 22-09-2014 13:04

Quote:

Originally Posted by vinay sawan (Post 434333)
Dante1995 please help me

how to change install page size like this image in this Script


I swear I did not understand :(

Compiler 22-09-2014 23:52

Quote:

Originally Posted by Dante1995 (Post 434341)
I swear I did not understand :(

Yes it was hard to get it,but he says "How to change the wizardform size while installing."

Dante1995 23-09-2014 02:54

Video Test XviD
 
2 Attachment(s)
Installing BG Video

Dante1995 23-09-2014 22:20

Installer type Metro
 
2 Attachment(s)
Metro Installer K.Team

Dante1995 25-09-2014 20:42

SySGameInfo
 
2 Attachment(s)
Info Hardware and Software (unicode Version)

mausschieber 25-09-2014 23:40

Quote:

Originally Posted by Dante1995 (Post 434416)
Info Hardware and Software (unicode Version)

here are the german Messages

Code:

ger.CustomPageMsg=Hardware Software
ger.CustomPageMsg2=Folgende Hardware wurde auf Ihrem System erkannt.
ger.SytemMsg=Nicht alle Komponenten erfüllen die Mindestanforderungen
ger.SytemMsg2=Bitte überprüfen Sie die Positionen hervorgehoben in Orange.
ger.SytemMsg3=Alle Komponenten erfüllen die Mindestanforderungen.
ger.MemoryMsg=Verwendet für System-Cache
ger.MemoryMsg2=Gesamt,
ger.MemoryMsg3=Benutzt,
ger.MemoryMsg4=Frei
ger.AudioMsg=Soundkarten
ger.AudioMsg2=Gerätetreiber nicht gefunden.
ger.NextMsg=Wenn Sie bereit sind, um fortzufahren, klicken Sie auf «Weiter».
ger.Core=Prozessor Kerne
ger.Ram=RAM
ger.VideoCard=Video-Karte
ger.AudioCard=Soundkarten
ger.System=Betriebssystem
ger.FunctionError=Fehlerfunktion



All times are GMT -7. The time now is 19:17.

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