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)

mausschieber 20-09-2014 02:16

Works fine for me thanks

http://abload.de/img/test4oqx0.jpg

Dante1995 20-09-2014 06:51

Quote:

mausschieber


thanks to you bro :p

then I will use this from now :)

tommythebang 21-09-2014 07:41

how to add setup.ini to give effects to my setup

Razor12911 21-09-2014 11:45

Ini does not enable a setup to have special effects
also going to copy post as is.
Inis are only use to interact with external data(read or write data in the form of string, integer and boolean) and they don't give special effects,
use libraries to do effects and etc, you can also use components from inno setup too to do these effects.

pcblizzard 25-09-2014 02:13

Hello,

I have a problem with the "CI_Converted_To_CIU" to-Script and the "internal installation":

The setup did not start on the "setup.exe". I will setup indeed appear in the taskbar, but I can not open the window (in the task manager itself stands "Inactive"). Although the "autorun.exe" works but when I press and "Install" button and the "setup.exe" should become active, the game starts again from the beginning.

Overall, the project is almost 45 GB in size and the disc clamping has been made in 8 GB (individual * bin files are 1.59 GB in size and the "Setup.cab" has a size from 11 MB).

How can I now so the "setup.exe" to bring me the installation menu display?


Regards

Logrim 25-10-2014 07:34

I have a problem with cyrillic characters in botva2 buttons.. for example russian charcters.. in all the installer works perfectly, but in the buttons only displays a ?????.. anyone knows how can i fix it? thanks.

Razor12911 25-10-2014 08:20

look at btnsettext, the variable is PAnsiChar, whichs makes other characters like this ?????, it takes ANSI Characters but have you tried renaming PAnsiChar to String or use character as byte. like this #30 or so(don't remember) Anyways, if a character appear as questions marks, it should work on an operating system that supports it, for example if text is russian it might need system language russian to work.

Dante1995 25-10-2014 08:35

non working in botva2 pansichar string for encoding unicode, use [messages]

Carldric Clement 25-10-2014 20:51

Quote:

Originally Posted by Dante1995 (Post 435400)
non working in botva2 pansichar string for encoding unicode, use [messages]

Wow! Nice Dante1995!
It's like a logo & website it!
:rolleyes::cool::D

minh_k43sj 25-10-2014 22:31

Hello, everyone !
How to i can install DirectX (mode not silent, show the windows install DirectX)
I should fix : /silent =???

Code
if CurStep=ssPostInstall then begin
if DirectXCB.Checked then begin
Status.Caption:='Installing DirectX...';
Status.Left := 200;
Status.Top := 200;
Status.Width := 223;
Status.Height := 20;
Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP .exe'),'/silent',false);

Razor12911 26-10-2014 00:55

Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP .exe'),'',false);
remove argument "/silent"

minh_k43sj 26-10-2014 01:53

Quote:

Originally Posted by Razor12911 (Post 435431)
Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP .exe'),'',false);
remove argument "/silent"

thank you :D

Dante1995 26-10-2014 12:03

Quote:

Originally Posted by Carldric Clement (Post 435423)
Wow! Nice Dante1995!
It's like a logo & website it!
:rolleyes::cool::D

Scripts are my brother sin now he thinks only women :D

Logrim 30-10-2014 11:04

I have a question, is not a problem but is related to the forum :d.. i have my own script almost finished, only add frech languaje and finish.. i use my own vc++ redist for the conversions, is an AIO with all 2005,2008 and 2010. Is licit if i upload my conversions with that redist, and not with the original from the game disc?

P.D. I make this, because i use the last version of all redist.. directx, v++, live, and phyx. The last is valid for AGEIA physx and modern physx.. This way i dont have problem related to the redist with any game. Thanks.

punchao 04-11-2014 02:02

Help please
 
http://snap.ashampoo.com/uploads/201...4/I7h4Q9In.png

how to resolve this?


All times are GMT -7. The time now is 16:14.

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