#16
|
|||
|
|||
Black Repack
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 Last edited by Grumpy; 26-05-2015 at 19:24. |
The Following 9 Users Say Thank You to Dante1995 For This Useful Post: | ||
ADMIRAL (04-07-2020), Andrey167 (12-12-2014), arkantos7 (23-09-2014), MOSTAPHA_VIP (23-01-2017), Mundo (16-07-2023), Noname1966 (30-11-2024), oltjon (24-09-2014), Razor12911 (22-09-2014), Simorq (27-02-2015) |
Sponsored Links |
#17
|
|||
|
|||
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; |
The Following 2 Users Say Thank You to Dante1995 For This Useful Post: | ||
Razor12911 (22-09-2014), Simorq (27-02-2015) |
#18
|
||||
|
||||
Quote:
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 |
#19
|
|||
|
|||
Q1:
want to view the page finish? Q2: does not want to see the progress bar when the program uninstall your game automatically? |
#20
|
||||
|
||||
Quote:
Q2: I prefer not unistall the game when the setup.exe launch again, but if do it message advice would be good. thanks |
#21
|
|||
|
|||
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. Last edited by Grumpy; 26-05-2015 at 19:26. |
The Following 2 Users Say Thank You to Dante1995 For This Useful Post: | ||
ChronoCross (19-09-2014), Mundo (16-07-2023) |
#22
|
|||
|
|||
BoxInstaller
Simple Installer ISDone
Last edited by Grumpy; 26-05-2015 at 19:31. |
The Following 15 Users Say Thank You to Dante1995 For This Useful Post: | ||
ADMIRAL (04-07-2020), Adonix (31-10-2014), Andrey167 (22-09-2014), arkantos7 (23-09-2014), Carldric Clement (07-11-2014), ChronoCross (21-09-2014), felice2011 (22-09-2014), Karekas (22-03-2023), Kral (28-04-2019), lhanz678 (27-05-2015), mausschieber (22-09-2014), MOSTAPHA_VIP (23-01-2017), Mundo (16-07-2023), Razor12911 (22-09-2014), Valtus (22-09-2014) |
#24
|
|||
|
|||
Delete
Last edited by vinay sawan; 23-09-2014 at 02:03. |
#25
|
|||
|
|||
Quote:
I swear I did not understand |
#26
|
|||
|
|||
Yes it was hard to get it,but he says "How to change the wizardform size while installing."
|
The Following User Says Thank You to Compiler For This Useful Post: | ||
Dante1995 (23-09-2014) |
#27
|
|||
|
|||
Video Test XviD
Installing BG Video
Last edited by Grumpy; 26-05-2015 at 19:34. |
The Following 5 Users Say Thank You to Dante1995 For This Useful Post: | ||
ADMIRAL (04-07-2020), Andrey167 (14-11-2014), Mundo (16-07-2023), pc512 (18-12-2016), vinay sawan (23-09-2014) |
#28
|
|||
|
|||
Installer type Metro
Metro Installer K.Team
Last edited by Grumpy; 26-05-2015 at 19:37. |
#29
|
|||
|
|||
SySGameInfo
Info Hardware and Software (unicode Version)
Last edited by Grumpy; 26-05-2015 at 19:38. |
The Following 3 Users Say Thank You to Dante1995 For This Useful Post: | ||
#30
|
||||
|
||||
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
__________________
It would be nice if you appreciate my work with the thanks Button |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 10:59 |
Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 23:43 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 07:57 |
Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 09:24 |