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)

Razor12911 27-04-2013 03:17

4 Attachment(s)
BlackBox Inno Setup Script:

Creator:

RaZoR12911

Credits:

Bulat Ziganshin
Victor Dobrov
SotM
CTACKo
Shegorat

Instructions:

Graphics:

You can change all graphics which are in Graphics Folder inside attachment.

Installer Only Support:
Latest Freearc 0.67 Alpha Archives with/without precomp and srep compression.

Uses Inno Setup ANSI or Inno Setup Enhanced Edition ANSI or Inno Setup Unicode or Inno Setup Enhanced Edition Unicode

Check up inno setup documentation for other functions, like shortcuts, tasks, compoents but for now you need to know this.

New Directives

[ArcFiles]

how to set it up for freearc archive extracting process:

Section directives:

Source - Name of the archive
DestDir - Destination directory for unpacking archives
Components - Names of components that need for unpacking archive
Tasks - Names of tasks that need for unpacking archive
Disk - Number of the disk that contains the archive
Password - Acrhive password, if archive is encrypted
FilesList - Path to textfile with filenames which need to unpack from archives (!not tested)

Example:

[ArcFiles]
Source: {src}\Data1.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data2.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data3.cab; DestDir: {app}; Disk: 2; Password: 1234

Preview and Download

danswano 27-04-2013 04:48

Maybe BlackBox is good, interface+compression but i've never seen a better compression than AGB, they have something is killing me to know.

Razor12911 27-04-2013 05:19

hmm, what is AGB?

danswano 27-04-2013 05:27

A group like BlackBox.

Compiler 27-04-2013 05:54

Quote:

Originally Posted by Razor12911 (Post 417574)
use Conversion Converter

set this under this

[CompressingSettings]
FreeArcFile1=OUTDIRPATH\DVD1\Data.bin;Source:SELDI RPATH\*;Option:a -ep1 -r -ed;Method:-mprecomp:t-jnf+srep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc 8;

I didn't ask commands/code for yener's script.
I have been using above script,but I keeps me giving error while compressing data from old games,so I need code and files for compression.Thanks.

danswano 27-04-2013 06:02

The code is within the ini file and the files are in temp folder.

Razor12911 27-04-2013 08:48

1 Attachment(s)
New Project:

Installer Designer:

Certified to work with Installer v6/Installer v5.5

danswano 27-04-2013 09:21

That's something Razor.
I hope you consider the ability to integrate the output skin as part of the original ISDone code as i don't want to go through the whole code and edit it again.
If that's not a skin designer and only for the code forget what i said above :)

danswano 27-04-2013 10:43

1 Attachment(s)
How do i insert a few small icons in the corner and link them to a URL, example below:

Razor12911 27-04-2013 10:46

@danswano

generating script, might take a while because kinda busy with Designer.

@Installer Designer

Preview Added

y_thelastknight 27-04-2013 12:03

2 Attachment(s)
Quote:

Originally Posted by danswano (Post 417645)
How do i insert a few small icons in the corner and link them to a URL, example below:

i think this is what u asked..

danswano 27-04-2013 12:17

Indeed it is my dear.
Thank you very much :)

Razor12911 28-04-2013 04:01

1 Attachment(s)
Designer Preview:

Chose windows 8 start menu theme, styles can be changed and added.

Note:

Used Inno Setup to Create Designer.

Release Date: Maybe in ten days.

Preview

danswano 28-04-2013 04:57

Innosetup has a bright future with you Razor :D

Razor12911 28-04-2013 05:58

4 Attachment(s)
yeah, That's the only program I can use at the moment, I don't know how to use the Visual Basics and Visual Studios. :D Plus, Inno Setup has some other features which can be easily controlled.

Preview for Designer 0.1preview

danswano 28-04-2013 12:01

How to add a System Requirements check dialog to original ISDone project?

Razor12911 28-04-2013 12:59

1 Attachment(s)
here is an example for system page

danswano 28-04-2013 13:22

1 Attachment(s)
I got this error in both iss.

Razor12911 28-04-2013 13:46

i need to know the following to fix the problem.

Processor, ram, graphics, operating system and inno setup edition.

danswano 28-04-2013 13:57

Oh,
CPU: Intel Core i7-950
RAM: 3 x 4G.B
GPU: ASUS ENGTX465
OS: Windows 8 64bit

Razor12911 28-04-2013 14:04

i think the ram and graphic card are responsible for this error, will have to give you the get_hw_caps.dll example. But have to fix processor and operating system detection but for now, create 5 tlabels and 5 tedits and a new page

danswano 28-04-2013 14:06

Do you mean that such addon will make problems on many other PC's or it's just a building project issue?

y_thelastknight 28-04-2013 14:18

1 Attachment(s)
Quote:

Originally Posted by danswano (Post 417664)
How to add a System Requirements check dialog to original ISDone project?

another system requirement page script from nik1967

admins:sorry if im violate any rules

danswano 28-04-2013 14:29

Compile Error!
File: \HWREQ_Module.iss
Line: 168
Error: Column 89:
Type mismatch.

y_thelastknight 28-04-2013 14:36

Quote:

Originally Posted by danswano (Post 417674)
Compile Error!
File: \HWREQ_Module.iss
Line: 168
Error: Column 89:
Type mismatch.

works fine for me :confused:

danswano 28-04-2013 14:37

What innosetup edition you are using?

y_thelastknight 28-04-2013 14:47

Quote:

Originally Posted by danswano (Post 417676)
What innosetup edition you are using?

just checked, it doesnt work on unicode inno setup v5.5.1.ee2 (u) (build 121002)

im using 5.5.1.ee2 (a) (build 121002) for compiling its works fine

danswano 28-04-2013 14:49

Yeah i've seen this statement on that russian board, one of the users said v1.0 works with unicode while 1.11 is for ansi, is it possible to make a convert?

huavancuong098 28-04-2013 22:59

I ask how can use the CIU. I tried using the CIU but faulty image with black borders and outside. You can not help me overcome

Razor12911 29-04-2013 07:49

Quote:

Originally Posted by y_thelastknight (Post 417677)
just checked, it doesnt work on unicode inno setup v5.5.1.ee2 (u) (build 121002)

im using 5.5.1.ee2 (a) (build 121002) for compiling its works fine

gimme the script, i know what the problem is, i can make it work under unicode. If possible.

y_thelastknight 29-04-2013 07:58

Quote:

Originally Posted by Razor12911 (Post 417690)
gimme the script, i know what the problem is, i can make it work under unicode. If possible.

http://fileforums.com/showpost.php?p...&postcount=463
check the link dude

Razor12911 29-04-2013 09:48

1 Attachment(s)
The system page, fixed a bug for unicode but decided for ansi and unicode inno setup to be supported :D

So your choice.

Original Poster
:
y_thelastknight

danswano 29-04-2013 12:00

It's working razor, you're the best. :)
This script is way better just for one reason. no external dll files.

Do you know how to specify CPU cores? like dual or quad etc ...

Razor12911 29-04-2013 12:16

Quote:

Originally Posted by danswano (Post 417700)
It's working razor, you're the best. :)
This script is way better just for one reason. no external dll files.

Do you know how to specify CPU cores? like dual or quad etc ...

yep i do know how to do that. Will update example later on :D

danswano 29-04-2013 15:05

Quote:

Originally Posted by Razor12911 (Post 417703)
yep i do know how to do that. Will update example later on :D

There is also the Windows architectural, i means x86 and x86, although my system is x64 but it just saying Windows 8 Pro

Razor12911 30-04-2013 08:01

1 Attachment(s)
System Requirement Page

Changes


-Unicode Support added/fixed
-Fixed Ansi and Unicode English Language
-Fixed Processor and Windows Setting Settings
-It was quite easily done :D

Razor12911 30-04-2013 10:39

hmm, it works man, probably the default browser is not set or the is something wrong with your browser(s).

I tested it on Windows 8 Pro with Media Center (x64). my default browser was Internet Explorer 10.

danswano 30-04-2013 11:39

It works perfectly Razor, thank you. :)
I'm thinking about the VGA generation, sometimes it's not enough to have a 512 MB VGA, developers specify a specific generation to support DX11 for example, do you have any idea how can you improve the VGA part or it's impossible since there is lots of models?
Maybe you can simplify it by just typing the generation number of the VGA for both NVIDIA and AMD. :D

There is also a problem regarding CPU cores, the scripts detecting that i have 8 processors, this is true but what matters is the real cores which they are 4 in my case and inputing 8 still gives me green because the script is calculating the logical processors not the actual cores, this must be fixed i guess :)

Razor12911 30-04-2013 11:54

it counts the number of cpu threads, surely your processor has hyper-threading capability.

danswano 30-04-2013 11:57

1 Attachment(s)
Quote:

Originally Posted by Razor12911 (Post 417733)
it counts the number of cpu threads, surely your processor has hyper-threading capability.

Here is what i have.


All times are GMT -7. The time now is 07:38.

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