FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

y_thelastknight 27-06-2013 03:37

1 Attachment(s)
Quote:

Originally Posted by buttignol (Post 420072)
Thanks for the help Y__thelastknight solved perfect

If it is not abusing you too much to make a script to change the image of the page
finalize the installation to get image different page welcome.o same size
only to put another image on the page finish if possible thanks

chk attachment..

buttignol 27-06-2013 17:59

Quote:

Originally Posted by y_thelastknight (Post 420076)
chk attachment..

Thank you thank you thank you "Y__thelastknight" for their patience and support
Perfect extamente I wanted this same «resolved»

buttignol 28-06-2013 17:56

2 Attachment(s)
Quote:

Originally Posted by y_thelastknight (Post 420076)
chk attachment..

y_thelastknight need your help to click install of a white spot on the top picture you can check out my script to see what is happening
has a sample image

Razor12911 04-07-2013 08:10

Hey Flieforum users

Can someone help me with freearc and unarc.dll

It seems like unarc.dll(295kb) and unarc.dll(317kb) have different functions and unarc.dll(317kb) is the latest either than unarc.dll(320kb) therefore, I'd like to know which one to use if I'm using Freearc 0.67 Alpha December 12, 2012. because the one which works is unarc.dll(295kb) which is kinda of outdated.

Note: I use freearc.exe to compress and not arc.exe.

Thanks.

mausschieber 07-07-2013 12:24

no one an answer for me

how can i insert hompage and browse button
in autorunscript

thanks for help me

red01 10-07-2013 20:47

Greetings Guys,
During installation progress , i want to add time (eg. 14 minutes and 30 seconds remaning), name of the file being extracted and some line (eg. please wait while setup install the game/app on your system)..

is it possible?
if yes...
Please tell me how?

thanks in advance

buttignol 12-07-2013 09:40

Friends I am trying to put a warning on the page selecttasks page but I can not see the prompt script ex what is wrong

Code:

var
  avisoLabel: TLabel;

procedure InitializeWizard();
var
  aviso: TLabel;
begin

avisoLabel := TLabel.Create(WizardForm);
avisoLabel.Left := ScaleX(0);
avisoLabel.Top := ScaleY(190)
avisoLabel.Width := ScaleY(185)
avisoLabel.Height := ScaleY(13)
//avisoLabel.Parent := WizardForm;     
avisoLabel.Parent:= WizardForm.SelectDirPage;
//avisoLabel.Font.Name:='Verdana';
//avisoLabel.Font.Size:= 8;
//avisoLabel.Font.Color:=${#Color};
avisoLabel.Transparent:=true;
avisoLabel.Caption := 'ex;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
//avisoLabel.Font.Style:= [fsBold];
//avisoLabel.AutoSize := True;

end;

procedure CurPageChanged(CurPageID: Integer);
begin
  avisoLabel.Visible := CurPageID = wpSelectDir;  //selecionar pagina de destino
end;


Razor12911 12-07-2013 10:55

no parent maybe.

remove this //

//avisoLabel.Parent := WizardForm;

to

avisoLabel.Parent := WizardForm;

mausschieber 12-07-2013 13:50

how can i insert hompage and browse button
in autorunscript

thanks for help me

Andre Jesus 12-07-2013 15:13

2 Attachment(s)
Hello.

I still have two little problem in my installer, if anybody know how to solve, i will appreciate the help:

1) Make rounded corners.
Attachment 6710


2) A scrip to make a progress bar with image PNG.
Attachment 6711

Regards.

buttignol 12-07-2013 17:37

Quote:

Originally Posted by Razor12911 (Post 420946)
no parent maybe.

remove this //

//avisoLabel.Parent := WizardForm;

to

avisoLabel.Parent := WizardForm;

Thank Razor12911 not work

red01 12-07-2013 23:46

hi everyone,
greeting

I read the tutorials about Inno by REVO and i create setup.ini, setup.cab with all the files and other stuff.

i am trying this for first time.

i am new here and i am not an inno expert.
i Dont KNOW How to make inno read values from setup.ini and setup.cab.

will somebody help me.?

Compiler 13-07-2013 00:28

Quote:

Originally Posted by Razor12911 (Post 419676)
Filetest Run

Now I know this is meaningless post but helps out people dealing with scripts.

I compressed a file which is pretty much deflated.

Users can use this archive to test out their compression methods and etc and it saves time to apply precomp and etc.

the original file size is 440mb but I manage to drop it down to 318kb:eek::eek::eek:

If games were like this it would have been awesome. compress max payne 3 from 35gb to 765kb.

Try it.

I tried using this method but still it was not as good as your compression was :confused:

pakrat2k2 13-07-2013 08:38

Quote:

Originally Posted by red01 (Post 420950)
hi everyone,
greeting

I read the tutorials about Inno by REVO and i create setup.ini, setup.cab with all the files and other stuff.

i am trying this for first time.

i am new here and i am not an inno expert.
i Dont KNOW How to make inno read values from setup.ini and setup.cab.

will somebody help me.?

read the correct sticky topic, all info there...
http://fileforums.com/showthread.php?t=92805

red01 13-07-2013 20:16

Quote:

Originally Posted by pakrat2k2 (Post 420962)
read the correct sticky topic, all info there...
http://fileforums.com/showthread.php?t=92805


Thanks for your reply pakrat2k2

that converter by yener90 , i already try that and it works fine.

I want to create a new script and i want to add setup.ini in that new script.

i wanted to know how i can add that .ini files in new script.


All times are GMT -7. The time now is 06:39.

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