|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#76
|
|||
|
|||
|
Hi... i need instaler CI 8.3.5.1
i need link download somebody can help me? |
| Sponsored Links |
|
#77
|
|||
|
|||
|
Quote:
|
|
#78
|
|||
|
|||
|
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
.. thanks.P.D. y_thelasknight, form problem solved,, thanks for your help. Quote:
|
|
#79
|
||||
|
||||
|
Quote:
Code:
if (CurStep=ssPostInstall) and ISDoneError then begin
Exec(ExpandConstant('{uninstallexe}'), '/VERYSILENT','', sw_Hide, ewWaitUntilTerminated, ResultCode);
end;
|
|
#80
|
|||
|
|||
|
Yup. i try that, buy its only unninstall when for example there's not bin in the src
.. when i click in cancel button dont delete anything. All in my installer work ok, but cancel button delete not :d
|
|
#81
|
||||
|
||||
|
Hi i need code to deCompress archive and when finish he delete the file automatic !
Waiting For Halep |
|
#82
|
||||
|
||||
|
explain me.
|
|
#83
|
||||
|
||||
|
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 |
|
#84
|
||||
|
||||
|
Quote:
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; |
|
#85
|
||||
|
||||
|
Quote:
under this lineprocedure CurStepChanged(CurStep: TSetupStep); Code:
if (CurStep=ssInstall) and (ISDoneError = True) then begin
DelTree(ExpandConstant('{app}'), True, True, True);
end;
|
|
#86
|
||||
|
||||
|
how to change yes & no button language on confirmation message box?
Last edited by reiji777; 26-01-2014 at 15:31. |
|
#87
|
||||
|
||||
|
Edit inno setup language file(.isl). Usually default.isl from inno setup compiler directory or locate isl if specified.
Isl are normal text files |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
reiji777 (28-01-2014) | ||
|
#88
|
|||
|
|||
|
Confluence of a good time!
Help the necessary parameters LZMA sorry for bad English |
|
#89
|
|||
|
|||
|
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 |
|
#90
|
||||
|
||||
|
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 |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| soft mod - opinions, questions | dneray22 | XBox Games | 2 | 01-08-2003 06:36 |
| A few questions I need answered. | rms2001 | XBox Games | 5 | 05-12-2002 12:55 |
| Newbie with 1,000 questions ( not really 1,000, but close enough) | tdoran70 | PS2 Games | 3 | 29-05-2002 00:47 |
| A few questions, PLLeaase Read | Bill-Something | PSX Games | 6 | 18-08-2001 08:18 |