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 03-08-2014 22:24

-++- Dante1995 Script and Example -++-
 
2 Attachment(s)
Al Installer v0.2

Autorun/Setup
Internal Compression
Various Effect

Dante1995 18-09-2014 08:39

iSDone Custom+Inno Setup 5.5.1.ee2 (u)
 
2 Attachment(s)
Done

Dante1995 18-09-2014 08:44

Exit Panel
 
2 Attachment(s)
Done
ISDone_ExitPanel

Dante1995 18-09-2014 08:53

2 Attachment(s)
Repack1

Dante1995 18-09-2014 09:06

The Witcher Mod (Unicode Version)
 
2 Attachment(s)
Version Mod Dante1995
Script © Peterf1999
Version1 = Internal Compression

Required Custom Language (rus)
is not a conversion


thanks Sentinelk my brother for help me flags and labelbutton

Dante1995 18-09-2014 09:17

Repack Beta
 
2 Attachment(s)
Done

Dante1995 18-09-2014 09:21

SwitchRepackExample
 
2 Attachment(s)
can be useful ISEE (u)

Functions = Isdone+Video+Splash.
Compression Work = Freearc,Precompress043,Srep,MSC.

Dante1995 18-09-2014 09:26

fORM rEPACK example
 
2 Attachment(s)
fORM rEPACK example

Dante1995 18-09-2014 09:31

ISDone v0.6 lite (ini)
 
2 Attachment(s)
ISDone v0.6 lite (ini)
source fileforums readapt
only Freearc,Prec,Srep,Msc (no rar,7z ecc.)

Dante1995 18-09-2014 09:39

Video Example
 
2 Attachment(s)
Video XviD Example

Dante1995 18-09-2014 09:46

iPhone5Repack
 
3 Attachment(s)
beta=internal
ISDone

Dante1995 18-09-2014 09:54

Panel Script
 
2 Attachment(s)
Done

Dante1995 18-09-2014 09:58

SlideRandom (BMP)
 
2 Attachment(s)
Slide Bitmap

Dante1995 18-09-2014 10:00

Custom Form Width
 
3 Attachment(s)
Custom Form Width

Dante1995 18-09-2014 10:04

Batch compressor
 
1 Attachment(s)
[Batch] inside+full file add (compatible:arc,srep,precompress043,msc)
default=only srep.


Example Compress 1/2:
Code:

arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 data.arc datafile\*

arc a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 data.bin datafile\*

Example Decompress 1/2:
Code:

unarc.exe x -w.\ -dpDecompressed\ data.arc
unarc.exe x -w.\ -dpDecompressed\ data.bin

arc x -w.\ -dpDecompressed\ data.arc
arc x -w.\ -dpDecompressed\ data.bin

dataname no important
data.fileforums is equal :)


custom
Code:

@echo off
for /d %%X in (datafile) do "arc" a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 "Data1.bin" "%%X\*" 
pause


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


vinay sawan 26-09-2014 00:00

Inno setup autorun source
 
1 Attachment(s)
how to use this autorun source

DONT EVER Post like you originally did AGAIN!
NO Need to use large fonts & bold like that> pakrat2k2

Dante1995 26-09-2014 00:35

Quote:

Originally Posted by vinay sawan (Post 434418)
how to use this autorun source

I do not know, is beyond my expertise :D

y_thelastknight 26-09-2014 05:18

Quote:

Originally Posted by vinay sawan (Post 434418)
how to use this autorun source

what you mean how to use this source?
what you need?

Dante1995 26-09-2014 05:59

Code:

y_thelastknight

want to know how you configure it, but if the guy screams so then nothing candy :)

vinay sawan 26-09-2014 09:33

i do not understand this code
 
#define ValueExists1 "HKLM, 'Software\1C\UFO Trilogy\UFO Aftermath', 'InstallPath'"
#define ValueExists2 "HKLM, 'Software\1C\UFO Trilogy\UFO Aftershock', 'InstallPath'"
#define ValueExists3 "HKLM, 'Software\ALTAR\UFO Afterlight', 'Path'"
#define FileExists1 "GamePath1 + '\UFO.exe'"
#define FileExists2 "GamePath2 + '\UFO.exe'"
#define FileExists3 "GamePath3 + '\UFO.exe'"
#define QueryStringValue1 "HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{D07D2A5B-0836-4583-A8C1-FEE86EBDDD48}_is1','UninstallString', UninsPath1"
#define QueryStringValue2 "HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{7A891764-5569-4EA3-8402-713C4E8158C7}_is1','UninstallString', UninsPath2"
#define QueryStringValue3 "HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{BCEF5B82-A3C3-4F0D-A985-419D25A07B77}_is1','UninstallString', UninsPath3"

Razor12911 26-09-2014 10:34

RegRead is missing
GamePath# is not defined. for 1 to 3.
GamePath# is not suppose to be under inverted commas if it is a variable.
if FileExists is a boolean then equate it to something.
and there are some mistakes that should be corrected.
you can check IC source script to see how did I set up the ISPP.

Dante1995 04-10-2014 04:12

Inno Setup ee (u)
 
1 Attachment(s)
Advanced Version

Dante1995 04-10-2014 06:26

.....
 
1 Attachment(s)
.....

Dante1995 07-10-2014 07:07

zcm
 
1 Attachment(s)
zcm compression

Valtus 07-10-2014 18:49

good compressor, nanozip like, how you can include in the script?


All times are GMT -7. The time now is 08:03.

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