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)

pakrat2k2 20-02-2013 15:31

[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;

spawniectes 20-02-2013 15:39

Quote:

Originally Posted by pakrat2k2 (Post 414178)
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;

Only I have to put that, on the installerScript.iss I must put something or not?

pakrat2k2 20-02-2013 15:56

in installerscript.iss Change #define programfiles.... ;#define ProgramFiles....

remove ; from ;#define Internal

this will then use the freearc files you specify from setup.ini.

Andre Jesus 22-02-2013 01:54

1 Attachment(s)
Hi everybody.

1. I want to avoid my installer run if the same already is running.
Something like the message "Your Setup is Already Running".
How can i make this?

2. Currently i use this option to my border.
Code:

BorderStyle:= bsDialog;
But i want remove only top border like the example picture below.
How can i make this?

Attachment 5675

P.S. Please ignore the buttons, i still canīt make it work correctly.:confused:

3. Someone can indicate a post about how can i compress my games with precomp? Something like a tutorial step-by-step.
Unfortunately i still donīt know nothing about this.:confused:

Thanks in advance.

Razor12911 22-02-2013 07:24

Quote:

Originally Posted by Andre Jesus (Post 414224)
Hi everybody.

1. I want to avoid my installer run if the same already is running.
Something like the message "Your Setup is Already Running".
How can i make this?

2. Currently i use this option to my border.
Code:

BorderStyle:= bsDialog;
But i want remove only top border like the example picture below.
How can i make this?

Attachment 5675

P.S. Please ignore the buttons, i still canīt make it work correctly.:confused:

3. Someone can indicate a post about how can i compress my games with precomp? Something like a tutorial step-by-step.
Unfortunately i still donīt know nothing about this.:confused:

Thanks in advance.

Do you want to remove border?
Use the ISDone for Precomp, srep,sevenzip and etc functions.

Razor12911 22-02-2013 09:41

Splash Example
 
1 Attachment(s)
Splash Example, Makes your source code make this.\
http://imageshack.us/a/img837/498/20130212185121.jpg

Credits:
Imageshack.

Andre Jesus 22-02-2013 15:30

Quote:

Originally Posted by Razor12911 (Post 414260)
Splash Example, Makes your source code make this.\
http://imageshack.us/a/img837/498/20130212185121.jpg

Credits:
Imageshack.

Nice!


spawniectes 23-02-2013 04:59

Can anyone tell me where to look to fix this, the font are crooped

http://img191.imageshack.us/img191/8092/19862184.jpg

It's made with CIU 1.0.0.5

Razor12911 23-02-2013 05:11

the font itself is translated downwards or the height is way more than width unlike other fonts.

jackstuff 23-02-2013 05:18

Quote:

Originally Posted by Razor12911 (Post 414299)
the font itself is translated downwards or the height is way more than width unlike other fonts.

any solution to fix it, give some examples

Razor12911 23-02-2013 05:21

Quote:

Originally Posted by jackstuff (Post 414300)
any solution to fix it, give some examples

Since Yener90's source code edit.png and the text are fixed. there is not solution unless if you make font size smaller.

Or change the font itself.

jackstuff 23-02-2013 05:25

Quote:

Originally Posted by Razor12911 (Post 414301)
Since Yener90's source code edit.png and the text are fixed. there is not solution unless if you make font size smaller.

Or change the font itself.

in your opinion which font would fixed the problem i will apply that in every installer some good fonts

Razor12911 23-02-2013 05:26

Quote:

Originally Posted by jackstuff (Post 414302)
in your opinion which font would fixed the problem i will apply that in every installer some good fonts

Calibri is the best. for me.

jackstuff 23-02-2013 05:29

Can u upload plz

Razor12911 23-02-2013 05:31

Quote:

Originally Posted by jackstuff (Post 414304)
Can u upload plz

You have Calibri on your system,
Code:

%SystemRoot%\Fonts\
Just check it out.

jackstuff 23-02-2013 06:11

thanks, but i have to change the font size also

Razor12911 23-02-2013 06:22

Yes.

Razor12911 23-02-2013 07:55

1 Attachment(s)
Custom Full screen Image

http://img717.imageshack.us/img717/1...0223175149.jpg

Credits:
Imageshack

spawniectes 26-02-2013 05:33

There's any way to integrate a file that depending of wich language the installer is, set up the correct language. Is a system.cfg the file I need.
Code:

ie.

name file system.cfg
content:

; crysis3
sys_game_folder=c3
sys_user_folder=Crysis3
sys_languages=english,french,spanish,german,turkis h,italian,czech,chineset
g_language="lang desired name"


JacksMafia 27-02-2013 06:07

hey guys i have small problem i need to insert multiple installer.bmp in setup.cab cause i have 4 png images for the installer but it wouldn't work what ever i do because the script made for only one bmp so which lines i have to modify in the script? or is there another way?
also
how to insert name on play button like -play dead space 1- instead of just -play-
thanks

Razor12911 02-03-2013 08:53

How to add registries in Inno Setup.

Instructions
1. Search for Regedit.exe
2. Open Regedit.exe
3. Press Ctrl+F type (ApplicationName)
4. Wait and Select the appropriate Registry.
5. Right click on registry key then select export.
6. Save as (Registry).reg
7. Download this attachment
8. Open attachment
9. Run Convertor.exe
10. Load Saved (Registry).reg
11. Save as (Registry).iss
12. Open .iss with Inno Setup
13 Copy [Registry] content
14. Paste on script.
15. Done!!!

spawniectes 03-03-2013 09:29

How do I engage isdone.dll to extract arc files, I use CIU 1.0.0.5 by Yener90

I know that the setup.ini has to had the ExtractSettings I tried several times but no luck, the installer keep asking me for the disc whit the arc file.

I use this to compress
Code:

arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DVD1\%arc%

Razor12911 03-03-2013 09:35

then the archive name and location must agree with setup.ini Extract settings

spawniectes 03-03-2013 09:49

Quote:

Originally Posted by Razor12911 (Post 414760)
then the archive name and location must agree with setup.ini Extract settings

I tried, for example my file name is data1.cab on extractsetting must be like this
Code:

FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
I do that way and keeps asking me for data1.cab

pakrat2k2 03-03-2013 09:55

did you include arc.ini in setup.cab & use internal compression in ISS script rather then #define programfile line ..??

look at bottom of first post > http://fileforums.com/showthread.php?t=92805

it shows what needs to be there for internal compression ( what you're using ) & how to set it up.

Razor12911 03-03-2013 09:57

write {src}\Data1.cab

{src} is for source.

spawniectes 03-03-2013 11:10

Know I got this error

http://img26.imageshack.us/img26/3057/errortlu.jpg

pakrat2k2 03-03-2013 11:22

in setup.ini you need to add
[InstallOptions]
PrecompVer=inside
.
.
.

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;


for example, look to Fabioddq's Devil May Cry topic it uses both. ( look at ISS script & setup.ini. Also in setup.cab you need arc.ini in root.

spawniectes 03-03-2013 15:22

Quote:

Originally Posted by pakrat2k2 (Post 414773)
in setup.ini you need to add
[InstallOptions]
PrecompVer=inside
.
.
.

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;


for example, look to Fabioddq's Devil May Cry topic it uses both. ( look at ISS script & setup.ini. Also in setup.cab you need arc.ini in root.

Thanks once again pakrat2k2, now it's working.

Andre Jesus 04-03-2013 05:37

Quote:

Originally Posted by Andre Jesus (Post 414224)
Hi everybody.

1. I want to avoid my installer run if the same already is running.
Something like the message "Your Setup is Already Running".
How can i make this?

2. Currently i use this option to my border.
Code:

BorderStyle:= bsDialog;
But i want remove only top border like the example picture below.
How can i make this?

3. How can make png button on Inno Setup? Give me a sample example.

Could someone help me with these three questions abouve?
Thanks in advance.

altef_4 08-03-2013 10:33

Quote:

Originally Posted by Andre Jesus (Post 414804)
Could someone help me with these three questions abouve?
Thanks in advance.

1. Use this
Code:

[setup]
AppMutex=UniqueNAME

[_code]
procedure InitializeWizard;
begin
CreateMutex('UniqueNAME');
end;


danswano 09-03-2013 11:35

Hello, how to modify the about message to become like this:
http://i.stack.imgur.com/qfQMy.png

I've tried this code:
Quote:

procedure ShowAboutBox;
begin
MsgBox('Hello, I''m your about box!', mbInformation, MB_OK);
end;
but it's not working.

Andre Jesus 10-03-2013 04:09

Quote:

Originally Posted by altef_4 (Post 415026)
1. Use this
Code:

[setup]
AppMutex=UniqueNAME

[_code]
procedure InitializeWizard;
begin
CreateAppMutex('UniqueNAME');
end;


Thank you for your response, however it return the mesage below:

Unknown identifer 'CreateAppMutex'

Andre Jesus 10-03-2013 12:58

1 Attachment(s)
Quote:

Originally Posted by altef_4 (Post 415137)
sorry, my mistake, change "CreateAppMutex" to "CreateMutex".

Thank you so much for your help.
Work pefectly.

I can modify/customize this message and button size? How?

Attachment 5791

Andre Jesus 10-03-2013 23:49

2 Attachment(s)
How do the buttons do not appear on every screen?
The description of the buttons is not showing up, how to fix this?

Attachment 5795

Attachment 5796

I appreciate the help in advance.

altef_4 11-03-2013 05:39

1 Attachment(s)
Quote:

Originally Posted by Andre Jesus (Post 415207)
How do the buttons do not appear on every screen?
The description of the buttons is not showing up, how to fix this?

Attachment 5795

Attachment 5796

I appreciate the help in advance.

example (your test script with my fix)

Andre Jesus 11-03-2013 09:47

1 Attachment(s)
Quote:

Originally Posted by altef_4 (Post 415226)
example (your test script with my fix)

Thank you for your help altef_4.
Work fine!

Attachment 5801

danswano 11-03-2013 11:51

How to skip the Start Menu Folder dialog please?

altef_4 11-03-2013 12:08

Quote:

Originally Posted by danswano (Post 415248)
How to skip the Start Menu Folder dialog please?

you mean "select program group page"? If yes then
Code:

[setup]
DisableProgramGroupPage=yes

or in code section
Code:

function ShouldSkipPage(PageID: Integer): Boolean;
begin
if (PageID = wpSelectProgramGroup) then result:=true;
end;


danswano 11-03-2013 12:32

Thank you, what about the Ready to Install dialog please? :)


All times are GMT -7. The time now is 08:10.

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