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)

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

AHMED SAMI 07-01-2014 18:41

Hi i need code to deCompress archive and when finish he delete the file automatic !

Waiting For Halep

y_thelastknight 08-01-2014 10:34

Quote:

Originally Posted by AHMED SAMI (Post 428088)
Hi i need code to deCompress archive and when finish he delete the file automatic !

Waiting For Halep

explain me.

AHMED SAMI 08-01-2014 12:30

This is an example of what I want :

arc.exe Code For decompression ? (Here the file name).arc
del (Here the file name).arc
del steup.bat

( del )---> Means delete the file after decompression

Done

y_thelastknight 08-01-2014 21:33

Quote:

Originally Posted by AHMED SAMI (Post 428104)
This is an example of what I want :

arc.exe Code For decompression ? (Here the file name).arc
del (Here the file name).arc
del steup.bat

( del )---> Means delete the file after decompression

Done

do you need inno script? if you then did you try with ISDone0.6f script?

False or True > It's an option to delete the arc file after unpacking process, True means, file must be deleted and False means file mustn't be deleted.

if not ISArcExtract ( 0, 0, ExpandConstant('{src}\arc.arc'), ExpandConstant('{app}\'), '', False, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;

y_thelastknight 09-01-2014 03:12

Quote:

Originally Posted by Logrim (Post 428072)
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

for this error i suggested this fix.. is this fine?

under this lineprocedure CurStepChanged(CurStep: TSetupStep);

Code:

  if (CurStep=ssInstall) and (ISDoneError = True) then begin
    DelTree(ExpandConstant('{app}'), True, True, True);
  end;


reiji777 26-01-2014 15:28

how to change yes & no button language on confirmation message box?

Razor12911 26-01-2014 21:07

Edit inno setup language file(.isl). Usually default.isl from inno setup compiler directory or locate isl if specified.

Isl are normal text files

aimbot199604 01-02-2014 11:50

Confluence of a good time!
Help the necessary parameters LZMA
sorry for bad English

nhinchihap3 03-02-2014 10:01

How to reduce the image of the game (I mean the video size, bad eng) when the file extension should be very much different (although per game)
Thank very much

Razor12911 03-02-2014 15:03

You need to research on stuff like that, but what's possible is you can you can deal with bik videos with rad tools, for vp6 videos. you'll need to google for avi/mp4 to vp6 and the other way round. if you have avi/mp4 then use xilisoft or any video converting software to set custom resolution and details then back to vp6.

Rather some games have a detecting system, rather delete the video but this can be done experimentally. test whether game will run and if everything seems to work fine when it comes to that particular scene in the game where video should play, if game skips video then it means that videos can be removed if not, an error might pop-up or game will freeze which means that procedure shouldn't be used.

take note some game videos are inside some files, to check use a program such as scarface explorer


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

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