Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #16  
Old 18-09-2014, 11:14
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
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
Attached Images
File Type: gif BlackRepack.gif (220.8 KB, 988 views)
Attached Files
File Type: rar BlackRepack.rar (3.85 MB, 679 views)
File Type: rar BlackRepack__ISDone.rar (4.61 MB, 850 views)

Last edited by Grumpy; 26-05-2015 at 19:24.
Reply With Quote
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  
Old 18-09-2014, 11:22
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
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;
Reply With Quote
The Following 2 Users Say Thank You to Dante1995 For This Useful Post:
Razor12911 (22-09-2014), Simorq (27-02-2015)
  #18  
Old 18-09-2014, 16:20
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
Quote:
Originally Posted by Dante1995 View Post
can be useful ISEE (u)

Functions = Isdone+Video+Splash.

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
Reply With Quote
  #19  
Old 18-09-2014, 18:00
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Q1:
want to view the page finish?
Q2:
does not want to see the progress bar when the program uninstall your game automatically?
Reply With Quote
  #20  
Old 18-09-2014, 18:10
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
Quote:
Originally Posted by Dante1995 View Post
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
Reply With Quote
  #21  
Old 18-09-2014, 19:21
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
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.
Attached Files
File Type: rar main.rar (10.3 KB, 57 views)

Last edited by Grumpy; 26-05-2015 at 19:26.
Reply With Quote
The Following 2 Users Say Thank You to Dante1995 For This Useful Post:
ChronoCross (19-09-2014), Mundo (16-07-2023)
  #22  
Old 21-09-2014, 19:11
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
BoxInstaller

Simple Installer ISDone
Attached Images
File Type: gif BoxInstaller.gif (110.9 KB, 723 views)
Attached Files
File Type: rar BoxInstaller.rar (3.87 MB, 385 views)
File Type: rar BoxInstaller_audio version.rar (7.38 MB, 418 views)

Last edited by Grumpy; 26-05-2015 at 19:31.
Reply With Quote
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)
  #23  
Old 22-09-2014, 10:18
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 354
Thanked 1,152 Times in 388 Posts
felice2011 is on a distinguished road
You're great..Dante....!!!!!!
Reply With Quote
The Following 2 Users Say Thank You to felice2011 For This Useful Post:
Andrey167 (14-11-2014), Dante1995 (22-09-2014)
  #24  
Old 22-09-2014, 11:33
vinay sawan vinay sawan is offline
Registered User
 
Join Date: Jun 2013
Location: india
Posts: 21
Thanks: 15
Thanked 22 Times in 9 Posts
vinay sawan is on a distinguished road
Delete

Last edited by vinay sawan; 23-09-2014 at 02:03.
Reply With Quote
  #25  
Old 22-09-2014, 14:04
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Quote:
Originally Posted by vinay sawan View Post
Dante1995 please help me

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

I swear I did not understand
Reply With Quote
  #26  
Old 23-09-2014, 00:52
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
Quote:
Originally Posted by Dante1995 View Post
I swear I did not understand
Yes it was hard to get it,but he says "How to change the wizardform size while installing."
Reply With Quote
The Following User Says Thank You to Compiler For This Useful Post:
Dante1995 (23-09-2014)
  #27  
Old 23-09-2014, 03:54
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Video Test XviD

Installing BG Video
Attached Images
File Type: png Xvid.Test.Screenshot_1.png (104.8 KB, 723 views)
Attached Files
File Type: rar Xvid_Test.rar (530.4 KB, 139 views)

Last edited by Grumpy; 26-05-2015 at 19:34.
Reply With Quote
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  
Old 23-09-2014, 23:20
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Installer type Metro

Metro Installer K.Team
Attached Images
File Type: png Metro.Installer.Screenshot_1.png (18.1 KB, 703 views)
Attached Files
File Type: rar METRO INSTALLER.rar (2.55 MB, 258 views)

Last edited by Grumpy; 26-05-2015 at 19:37.
Reply With Quote
The Following 6 Users Say Thank You to Dante1995 For This Useful Post:
ADMIRAL (04-07-2020), Andrey167 (24-09-2014), arkantos7 (26-09-2014), Mundo (16-07-2023), oltjon (23-09-2014), Razor12911 (25-09-2014)
  #29  
Old 25-09-2014, 21:42
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
SySGameInfo

Info Hardware and Software (unicode Version)
Attached Images
File Type: png SysInfoDante1995.png (13.0 KB, 705 views)
Attached Files
File Type: rar SySGameInfo.rar (4.4 KB, 129 views)

Last edited by Grumpy; 26-05-2015 at 19:38.
Reply With Quote
The Following 3 Users Say Thank You to Dante1995 For This Useful Post:
arkantos7 (26-09-2014), mausschieber (26-09-2014), Mundo (16-07-2023)
  #30  
Old 26-09-2014, 00:40
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,705
Thanks: 5,842
Thanked 10,361 Times in 2,747 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Dante1995 View Post
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
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following 2 Users Say Thank You to mausschieber For This Useful Post:
Dante1995 (04-10-2014), ehoda8 (24-06-2016)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 09:32.


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