|
#1111
|
||||
|
||||
|
Works fine for me thanks
__________________
It would be nice if you appreciate my work with the thanks Button |
| Sponsored Links |
|
#1112
|
|||
|
|||
|
Quote:
thanks to you bro ![]() then I will use this from now
|
|
#1113
|
||||
|
||||
|
how to add setup.ini to give effects to my setup
__________________
aaypee |
|
#1114
|
||||
|
||||
|
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. ![]() |
|
#1115
|
|||
|
|||
|
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 |
|
#1116
|
|||
|
|||
|
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.
|
|
#1117
|
||||
|
||||
|
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.
|
|
#1118
|
|||
|
|||
|
non working in botva2 pansichar string for encoding unicode, use [messages]
Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following User Says Thank You to Dante1995 For This Useful Post: | ||
Carldric Clement (25-10-2014) | ||
|
#1119
|
||||
|
||||
|
Quote:
It's like a logo & website it! ![]() ![]()
|
| The Following User Says Thank You to Carldric Clement For This Useful Post: | ||
Dante1995 (26-10-2014) | ||
|
#1120
|
|||
|
|||
|
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); |
|
#1121
|
||||
|
||||
|
Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP .exe'),'',false);
remove argument "/silent" |
|
#1122
|
|||
|
|||
|
Quote:
|
|
#1123
|
|||
|
|||
|
Scripts are my brother sin now he thinks only women
|
|
#1124
|
|||
|
|||
|
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. Last edited by Logrim; 30-10-2014 at 11:44. |
|
#1125
|
||||
|
||||
|
Help please
![]() how to resolve this? |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |