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 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


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

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