|
#1
|
||||
|
||||
|
Informations file records
Hello everyone,
Is it possible to put in a different location the file "records.ini"! Because if one of my friends, deletes or does not burn the iso file, of course the installation does not work! Example: teams like Codex, etc .. in their file * .so there is no file records! I hope that you understand me. Thank you for your reply |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Yes, as long Installer uses UltraARC.
Records.ini is a part of UltraARC.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Titeuf (31-07-2017) | ||
|
#3
|
||||
|
||||
|
Yes I know, but there is no solution to include the file records in no example Setup.exe or other
|
|
#4
|
|||
|
|||
|
Just edit the setup script and allow the setup to read records.ini from temp folder.
__________________
NOT AVAILABLE |
| The Following User Says Thank You to 78372 For This Useful Post: | ||
Titeuf (04-08-2017) | ||
|
#5
|
||||
|
||||
|
Ohla I'm a novice, I just start!
Could you please give me a written example! Thank you in advance |
|
#6
|
||||
|
||||
|
Quote:
Could you please give me a written example! thank |
|
#7
|
|||
|
|||
|
A module of UltraArc
Just put records.ini in UltraArc folder and compile the script
__________________
NOT AVAILABLE |
|
#8
|
||||
|
||||
|
Hi 78372,
Thank you for your help, it's great! One more thing, please, I want to copy the folder crack since install it to the directory of the game on the computer, (ex: as codex) what is the code to put? Thank you for your help, Titeuf |
|
#9
|
||||
|
||||
|
This way does not work for me.
|
|
#10
|
|||
|
|||
|
Quote:
Code:
var
NewCheckBox1: TNewCheckBox;
procedure InitializeWizard();
begin
NewCheckBox1 := TNewCheckBox.Create(WizardForm);
with NewCheckBox1 do
begin
Parent := WizardForm.SelectDirPage;
Left := ScaleX(0);
Top := ScaleY(96);
Width := ScaleX(169);
Height := ScaleY(17);
Caption := 'Copy Crack from .\CRACK DIR';
end;
NewCheckBox1.TabOrder := 5;
end;
procedure CurStepChanged(CurStep: TSetupStep);
begin
if CurStep = ssPostInstall then
begin
if NewCheckBox1.Checked then
FileCopy(ExpandConstant('{src}\CRACK\*'),ExpandConstant('{app}\*'),false);
end;
end;
__________________
NOT AVAILABLE |
| The Following 2 Users Say Thank You to 78372 For This Useful Post: | ||
Jiva newstone (29-12-2017), Titeuf (05-08-2017) | ||
|
#11
|
|||
|
|||
|
What's the problem you are having?
__________________
NOT AVAILABLE |
|
#12
|
||||
|
||||
|
I used UltraArcPro_Example in UltraARC 2800 R2 Edition
|
|
#13
|
|||
|
|||
|
This example is for UltraArc 3040/2410
__________________
NOT AVAILABLE |
|
#14
|
||||
|
||||
|
Quote:
Thank you for your help. In what part, I have to put your in in the * .iss file please? Thank you |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tom Clancy's Splinter Cell Conviction | Faks | PC Games - Protection List | 3 | 03-06-2010 02:10 |
| PMA Update failure....????????? | dannyk | DVD Backup Forum | 1 | 05-01-2005 14:19 |
| cd burner help | snatchcrash | CD/DVD-Writers | 1 | 14-09-2002 04:32 |
| i know nobody likes the new people, but ill try anyway.. | BWeb | DC Games | 3 | 25-07-2001 06:44 |
| HELP ME PLZ!!!! | Dalvin | DC Games | 0 | 02-01-2001 22:15 |