FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   QUESTIONS - All Conversion Questions to be Posted Here (https://fileforums.com/showthread.php?t=94970)

pakrat2k2 18-10-2013 15:38

the only gdf file is in src/system > gdf.dll

JacksMafia 18-10-2013 15:44

will it seems that i lost this file for some reason ,anyway just one more thing i have CIU 1.0.1.0 and i just need to know how to enable internal installation so i don't need to use setup.cab
can you help?
thanks

pakrat2k2 18-10-2013 16:22

sure, just make sure in installerscript.iss the 2nd line has a ; in front
;#define ProgramFiles ....

settings.iss

first line = #define Internal NOT ;#define Internal

lastly that you have your setup.cab extracted into setup folder ( then can get rid of setup.cab, as all files will be included in autorun.exe & setup.exe )

JacksMafia 18-10-2013 16:29

that's what i did before but it keeps give me this error
Code:

required function procedure 'getappname' not found
how to fix that?
thanks for help

pakrat2k2 18-10-2013 16:34

you have setup.ini & style.ini with required game information etc

JacksMafia 18-10-2013 16:39

yes style.ini in setup folder and setup.ini is out of it

pakrat2k2 18-10-2013 16:42

post contents of both here so I can take a look for you.

JacksMafia 18-10-2013 16:51

1 Attachment(s)
here they are

pakrat2k2 18-10-2013 19:44

there is no dll by the following name in game folder.

[InstallSettings]
GDFBinary=GDFBinary_en_US.dll anywhere in the game folders, so remove this section, from style.ini. Shorten the following 2 items, as it will prefix from application name. IE:
ApplicationName=Splinter Cell Blacklist


MyExecutableIconName=DX9 > Becomes ... Splinter Cell Blacklist DX9 ( desktop shortcut )
MyExecutableIconName2=DX11 > Becomes ... Splinter Cell Blacklist DX11 ( desktop shortcut )

Launch2=Uplay Installer
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=Support\Uplay\UplayInstaller.exe
LaunchArg2=/S this was missing :)

the only things I could see that might cause any issue. The biggest issue was the gdfbinary section.

any other problems just PM :)

JacksMafia 18-10-2013 20:05

nope still the same error

pakrat2k2 18-10-2013 20:15

check PM

JacksMafia 18-10-2013 20:26

check PM

prudislav 12-11-2013 07:04

Hi packed EFLC into GTAIV conversion, but need help with creating both shortcuts in setup.ini
HAve this
Quote:

[InstallOptions]
ApplicationName=Grand Theft Auto IV - Complete edition
Publisher=Rockstar Games
MyExecutableName=LaunchGTAIV.exe
MyExecutablePath=GTAIV
MyExecutableName2=LaunchEFLC.exe
MyExecutablePath2=EFLC
but it creates only shortcut for GTAIV , Any idea how to do both?

KaktoR 12-11-2013 07:17

For shortcut 2 you need this line

Quote:

[InstallOptions]
ApplicationName=Grand Theft Auto IV - Complete edition
Publisher=Rockstar Games
MyExecutableName=LaunchGTAIV.exe
MyExecutablePath=GTAIV
MyExecutableIconName2=Episodes from Liberty City
MyExecutableName2=LaunchEFLC.exe
MyExecutablePath2=EFLC

tweak 03-12-2013 06:09

Hey guys.I'm new to this and I'm learning so much already,I want to know about compress.bat files.I downloaded some game archives here and some compress.bat files compress files and some doesn't compress files to speed up the process.now I want to know how to edit them individually from no compression to highest compression.the attributes etc.thank you

pakrat2k2 03-12-2013 06:32

Quote:

Originally Posted by tweak (Post 426752)
Hey guys.I'm new to this and I'm learning so much already,I want to know about compress.bat files.I downloaded some game archives here and some compress.bat files compress files and some doesn't compress files to speed up the process.now I want to know how to edit them individually from no compression to highest compression.the attributes etc.thank you

compress.bat
NO Compression ( -m0 )
Code:

:Data2
set arc=Data2.cab
if exist .\Data1\%arc% goto end
arc a -ep1 -r -w.\ -m0 [email protected] -dp"%choice1%" .\Data1\%arc%

better compression
Code:

:Data1
set arc=Data1.cab
if exist .\Data1\%arc% goto Data2                 
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\Data1\%arc%

[email protected] means that only files listed in the Data1.lst will be compressed
[email protected] means that files in this list will NOT be included in archive.

All info has been posted before in Conversion Tutorials subforum, read each of the topics in that sub-forum too.

Logrim 09-12-2013 06:44

i need a litte help with photoshop please
 
When i try to make rounded cornes in photoshop i get this... look at border.. i dont know why, i try to make it in five differents ways, but always have the bad white border.. thanks for yours helps.

http://i43.tinypic.com/2u7ro08.png

y_thelastknight 09-12-2013 07:01

Quote:

Originally Posted by Logrim (Post 427034)
When i try to make rounded cornes in photoshop i get this... look at border.. i dont know why, i try to make it in five differents ways, but always have the bad white border.. thanks for yours helps.

http://i43.tinypic.com/2u7ro08.png

are you using botva2?

then attach mask file and the png file. i will help you

Logrim 09-12-2013 07:08

yes, i'm using mask.. i thought was my script, but with yener90 ciu and with razor12911 installer creator its the same..

y_thelastknight 09-12-2013 07:33

yup botva2 mask will like that..you have to reduce the mask black thing little bit small.

HellRazor 09-12-2013 07:53

Did you edit Installer.bmp to support same shape as the Installer1.png?

Logrim 09-12-2013 08:22

Mask problem solved.. thaks y_thelastknight and HellRazor

Logrim 09-12-2013 11:34

agg another problem
 
I'm solved the previus mask problem but i still have one... the corners that are transparent in png still semitransparent in conversion when i apply the bmp mask, ains... in two days i post more problem than in 4 years...

http://i44.tinypic.com/1zaete.png


P.D. Problem solved.. its was the filter effect in photohop. Sorry for that..

pakrat2k2 09-12-2013 17:32

thanks for posting back what you did to fix it, others may have same issue.

Logrim 16-12-2013 08:30

One question.. how add mask to an installer with botva2.dll? the problem with compression is solved, this is why i delete the post

ahmetbtmn 20-12-2013 09:15

How can I create a shortcut to the desktop with Installer Creator? Please help

>by pakrat2k2
wrong thread belongs here > http://fileforums.com/showthread.php?t=94605&page=29

Logrim 22-12-2013 16:42

One small question... How can i read de appname set in a external ini in a custom message?..

Razor12911 23-12-2013 00:42

[Setup]
AppName={code:ApplicationName}
UsePreviousLanguage=No

[Code]
function ApplicationName(Default:String):String;
begin
Result:=GetIniString('Application', 'Name', '', ExpandConstant('{src}\Example.ini'))
end;

Example.ini must look like this

[Application]
Name=Razor12911

Logrim 23-12-2013 02:07

I make this, but welcome custom message look like this: "Welcome to {ApplicationName}", not with the name I set in the ini file.. I'm lost with delphi costant, hehehe.

Razor12911 23-12-2013 02:16

did you write it like this {code:ApplicationName} or {ApplicationName}

Logrim 23-12-2013 02:21

{code:ApplicationName}

Razor12911 23-12-2013 02:29

private message me bro.

Logrim 23-12-2013 08:45

and,, again another question....
 
Someone can tell me how to put remaining time, elapsep time, and porcentaje? with innosetup 5.5.1. Dont use 5.5.4 because i use functions only avaliable in restools..

altef_4 23-12-2013 09:53

Quote:

Originally Posted by Logrim (Post 427670)
Someone can tell me how to put remaining time, elapsep time, and porcentaje? with innosetup 5.5.1. Dont use 5.5.4 because i use functions only avaliable in restools..

use ISDone

y_thelastknight 24-12-2013 15:20

how can i change left right position of botva2 progress bar?

RinMegumi 24-12-2013 23:16

Hi... i need instaler CI 8.3.5.1
i need link download
somebody can help me?

sentinelks 25-12-2013 00:19

Quote:

Originally Posted by RinMegumi (Post 427702)
Hi... i need instaler CI 8.3.5.1
i need link download
somebody can help me?

download a conversation in the forum already made ;)

Logrim 07-01-2014 03:49

I have a problem when cancel the install.. when cancel i want the install delete the folder inno created, i think my code is right but for some reason dont work.. i post my cancel button code.. someone help me please :D.. thanks.

P.D. y_thelasknight, form problem solved,, thanks for your help.

Quote:

procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean);
begin
sndPlaySound(ExpandConstant('{tmp}\click.wav'), $0001);
Confirm:=False;
if CurPageID=wpInstalling then begin;
if Cancel then begin
ISDoneError:=True;
ISDoneCancel:=1;
AppNameLabel.Font.Color:=clRed;
AppNameLabel.Caption:='Deshaciendo cambios, por favor espere...'
DelTree(ExpandConstant('{app}'), True, True, True);
WizardForm.CancelButton.Enabled:=False;
end;

y_thelastknight 07-01-2014 04:21

Quote:

Originally Posted by Logrim (Post 428069)
I have a problem when cancel the install.. when cancel i want the install delete the folder inno created, i think my code is right but for some reason dont work.. i post my cancel button code.. someone help me please :D.. thanks.

P.D. y_thelasknight, form problem solved,, thanks for your help.

did you try with this line under procedure CurStepChanged(CurStep: TSetupStep);

Code:

if (CurStep=ssPostInstall) and ISDoneError then begin
  Exec(ExpandConstant('{uninstallexe}'), '/VERYSILENT','', sw_Hide, ewWaitUntilTerminated, ResultCode);
end;


Logrim 07-01-2014 04:56

Yup. i try that, buy its only unninstall when for example there's not bin in the src :D.. when i click in cancel button dont delete anything. All in my installer work ok, but cancel button delete not :d


All times are GMT -7. The time now is 19:35.

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