FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   **New Installer (https://fileforums.com/showthread.php?t=97259)

rinaldo 13-10-2015 10:48

**New Installer
 
7 Attachment(s)
New Installer by Inno Setup EE Type Skin (.cjstyles and VCL) First Version 1.0


please .. posted only questions of malfunction or any improvements, but do not post questions about personal changes that not have time to waste for wishes

Project abandoned, there will be no help from the creator Rinaldo

Stor31 13-10-2015 11:16

thx nice job friend ;);)
if possible with this skin codex script
http://fileforums.com/attachment.php...1&d=1444502882
------------------------------------------------------------------------------
But
Works With UltraARC ????

Droppo 13-10-2015 11:36

Quote:

Originally Posted by Stor31 (Post 443825)
thx nice job friend ;);)
But
Works With UltraARC ????

Well, looking a bit the code it seems like he tried to but a) didn't get it working or b) there's a typo and the file tried to read records.inf instead records.ini

Just a guess... it was like a 10 secs source check and didn't go deeper

Let's better wait for him to post a description and features.

Seems pretty interesting for those times you just want to get it split and installed without making a fancy installer

pakrat2k2 13-10-2015 16:55

Many thanks Rinaldo, sure will be seeing this in some future small game Installers. :cool:

gatosky1620 13-10-2015 17:02

-copy redist folder must be install redistributables and in the scrip edit to add it dont you think?
-Directory star menu cold be publisher\appname

and please add language support and internal compression

THANKS FOR YOUR WORK

rinaldo 13-10-2015 19:25

Quote:

Originally Posted by gatosky1620 (Post 443837)
-copy redist folder must be install redistributables and in the scrip edit to add it dont you think?
-Directory star menu cold be publisher\appname

and please add language support and internal compression

THANKS FOR YOUR WORK

please let a screenshot detailed, so that I can understand :p
internal compression ok: screenshot the rest

felice2011 14-10-2015 01:29

Great, bravo rinaldo..:-)

pakrat2k2 14-10-2015 09:38

Quote:

Originally Posted by rinaldo (Post 443838)
please let a screenshot detailed, so that I can understand :p
internal compression ok: screenshot the rest

In your ISS script you have:
Code:

[Files]
//Redist Folder
#ifdef Software
Source: Soft\*.*;    DestDir: {app}\Soft;  Check: CreateSoft
#endif

We need to be able to edit them individually much like we can with CIUV2 ( from Setup.ini [LauncherSettings].
Code:

[LauncherSettings]
InstallRedist=1

//[Launch1]
Name=DirectX
32Exe={app}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=0

[Launch1]
Name=Visual C++ 2010
32Exe={app}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0

[Launch2]
Name=Visual C++ 2012
32Exe={app}\_CommonRedist\vcredist\2012\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0

Please update first post, so that Version1 complete, then have Update 2 Complete.
Rather then a bunch of fixes, that have different names then original files do.

rinaldo 14-10-2015 14:03

mmm.. ini file only Redist :rolleyes:

gatosky1620 14-10-2015 14:15

Quote:

Originally Posted by rinaldo (Post 443850)
mmm.. ini file only Redist :rolleyes:


and this for internal


Code:

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:2;
FreeArcFile4=Data4.cab;DestDir:{app};Disk:2;
FreeArcFile5=Data5.cab;DestDir:{app};Disk:3;
FreeArcFile6=Data6.cab;DestDir:{app};Disk:4;
FreeArcFile7=Data7.cab;DestDir:{app};Disk:5;
FreeArcFile8=Data8.cab;DestDir:{app};Disk:6;
FreeArcFile9=Data9.cab;DestDir:{app};Disk:7;
FreeArcFile10=Data10.cab;DestDir:{app};Disk:8;


pakrat2k2 14-10-2015 18:09

Quote:

Originally Posted by rinaldo (Post 443850)
mmm.. ini file only Redist :rolleyes:

NO NOT ini file, that was just for information. Keep the editing within the ISS script itself. You can change it from {src} to {app } as needed, but IMO is much better location for it.

rinaldo 14-10-2015 19:05

Quote:

Originally Posted by pakrat2k2 (Post 443852)
NO NOT ini file, that was just for information. Keep the editing within the ISS script itself. You can change it from {src} to {app } as needed, but IMO is much better location for it.


I can install components in Run on one CheckBox, so that you can add all the drivers that you want, it is not designed for this .... but you can do :)

dogyutz 15-10-2015 18:39

can i make a request... please implement this script to Freearc with Reflate?

rinaldo 17-10-2015 12:01

Quote:

Originally Posted by dogyutz (Post 443872)
can i make a request... please implement this script to Freearc with Reflate?

I do not know reflate sorry :(

Stor31 18-10-2015 06:52

@rinaldo Thx but
how fix this error (with UltraArc)
http://nsa38.casimages.com/img/2015/...5731846151.jpg

rinaldo 18-10-2015 10:19

Quote:

Stor31





Fix

Stor31 19-10-2015 06:43

Thx @rinaldo for the followed ;);)
work very goods with UltraARC :D:D
hoping to see something new
cordially

ShadowEagle 19-10-2015 07:24

Possible to deactivate uninstallation function, so we can use it for updates and dlcs? Cheers





rinaldo 19-10-2015 10:36

Quote:

Originally Posted by ShadowEagle (Post 443920)
Possible to deactivate uninstallation function, so we can use it for updates and dlcs? Cheers







Code:

[Setup]
Uninstallable=no


ShadowEagle 19-10-2015 12:10

Thanks for the fast answer.

So, there won`t be any entries in control panel in windows?

rinaldo 19-10-2015 12:21

Quote:

Originally Posted by ShadowEagle (Post 443922)
Thanks for the fast answer.

So, there won`t be any entries in control panel in windows?


This does not add files to uninstall to the game, to delete the game then you have to delete the folder manually .. I hope you have understood

Razor12911 19-10-2015 13:37

Quote:

Originally Posted by rinaldo (Post 443911)
in ultra arc original there was an error (does not close the pop-up > perhaps forgotten by razor) now appears to be working

Code:

MsgResult:=MsgBox(GetMessage(4,ExtractFileName(Data[i - 1].Arc[1]),'')+#13 +
 GetMessage(5,ExtractFileName(Data[i - 1].Arc[3]),ExtractFileName(Data[i - 1].Arc[1])), mbConfirmation, MB_OKCANCEL);
 if MsgResult = mrCancel then  WizardForm.CancelButton.OnClick(nil);
 ISDoneError := True; //so removes the popup message

http://nsa38.casimages.com/img/2015/...3752597062.png

Script Reference Post
-
Script UltraArc

yep, i definitely forgot. Nice script by the way

ShadowEagle 20-10-2015 02:37

How to edit the skin? I want to create my own look and feel.

Stor31 20-10-2015 11:49

How to integrate the registry key Plz ..
thx

rinaldo 20-10-2015 14:50

Quote:

Originally Posted by ShadowEagle (Post 443951)
How to edit the skin? I want to create my own look and feel.

Link

Quote:

Originally Posted by Stor31 (Post 443961)
How to integrate the registry key Plz ..
thx

Example:
Code:

[Registry]
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: Setup Version; ValueData: 5.5.1.ee2 (u); Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: App Path; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: InstallLocation; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: Icon Group; ValueData: Rockstar Games; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: User; ValueData: Rina; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: Language; ValueData: default; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: DisplayName; ValueData: Grand Theft Auto V; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: DisplayIcon; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.exe; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: UninstallString; ValueData: """C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.exe"""; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: UninstallDataFile; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.dat; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: QuietUninstallString; ValueData: """C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.exe"" /SILENT"; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: DisplayVersion; ValueData: 1.0.0.0; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Publisher; ValueData: Rockstar Games; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: NoModify; ValueData: $00000001; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: NoRepair; ValueData: $00000001; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: InstallDate; ValueData: 20151016; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: MajorVersion; ValueData: $00000001; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: MinorVersion; ValueData: $00000000; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: EstimatedSize; ValueData: $000005be; Flags: uninsdeletevalue uninsdeletekeyifempty


ShadowEagle 21-10-2015 12:28

I`ve to pay for this tool to edit the skin, right?

rinaldo 21-10-2015 12:57

1 Attachment(s)
Quote:

Originally Posted by ShadowEagle (Post 443972)
I`ve to pay for this tool to edit the skin, right?

:confused:
=>

ShadowEagle 21-10-2015 13:25

The problem was that i wasn`t registered. Thanks for you help and great work!

Razor12911 24-10-2015 04:37

select program group dialog is buggy, when you try to change folder then change your mind by clicking cancel, it changes it anyways. Also with the same dialog, after changing, the initial dialog is reverted back to game name.

rinaldo 24-10-2015 21:28

Thanks Razor for communication eventual Bug
It was correct and reupload all the installer version UltraArc


Fix

Razor12911 25-10-2015 02:02

oh another, setup window cannot be minimized, (if try, it comes back the suddenly labels go missing, although you can them back by hovering the cursor on the hidden labels but not everything reappears.) - event in these brackets occur sometimes.

ShadowEagle 02-11-2015 11:05

What i`ve to delete/change in the script to hide the "Directory at Start Menu" section and the "Copy Redist Folder", "Create Desktop ccon" and "Create Start Menu Icon"?

If possible, it would be perfect for creating updates. Cheers



rinaldo 04-11-2015 02:51

1 Attachment(s)
Quote:

Originally Posted by ShadowEagle (Post 444244)
What i`ve to delete/change in the script to hide the "Directory at Start Menu" section and the "Copy Redist Folder", "Create Desktop ccon" and "Create Start Menu Icon"?

If possible, it would be perfect for creating updates. Cheers



I do not know if you want this

Stor31 04-11-2015 05:00

Hi renaldo
possible to have a splash ????

rinaldo 04-11-2015 07:11

1 Attachment(s)
Quote:

Originally Posted by Stor31 (Post 444274)
Hi renaldo
possible to have a splash ????

:)

Stor31 04-11-2015 09:17

thx
You are an artist :D:D:D

gatosky1620 05-11-2015 14:38

can you add
-internal compression
-run redistributanles
-color font on mouse
-language suppport

AND WHAT IS the name of THIS SKIN?

http://i.imgbox.com/zunOgDC9.png

http://i.imgbox.com/LDrm4rK2.png

pakrat2k2 05-11-2015 14:48

if you looked in the archive, it would have given the name of the skin... concave_dark.cjstyles

rinaldo 08-11-2015 18:03

1 Attachment(s)
Quote:

gatosky1620
is a mod Codex VCL style

ShadowEagle 09-11-2015 03:05

Quote:

Originally Posted by rinaldo (Post 444268)
I do not know if you want this

Exactly like this. Good work, but you can modify the following?
  • Installation "drive box" more tiny and in front of the "folder box"?
  • Not so much space under "drive box"?
  • "Music button" in the same line as "needed space"?
  • Not so much space under "needed space"?

Possible to have the same in the vcl version too, so i can test your last codex skin?

Many thanks in advance bro and keep your good work! Cheers


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

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