#121
|
||||
|
||||
I want to know how can I change the game's shortcut after the installation using the setup.ini, like the icon and stuff???
|
Sponsored Links |
#122
|
|||
|
|||
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 |
#123
|
||||
|
||||
you've asked your question, no wait for an answer. Don't create a separate topic asking same thing. I'll delete it again.
|
#124
|
|||
|
|||
who are you
|
#125
|
|||
|
|||
CI8.5.7.4 problem
I am using the CI and everything worked normally, but now all installers I created do not work anymore, I'm using Windows 7 x64, images (autorun.jpg, installer.jpg, ...) no longer appear, the sound does not work . I have attached pictures of the problem. Strange that on another PC with Windows 7 x64 installers work. Any idea what could be wrong?
Thanks for help... Last edited by WankaWanka; 13-03-2016 at 17:27. |
The Following User Says Thank You to WankaWanka For This Useful Post: | ||
GaMEr_2077 (21-05-2021) |
#126
|
|||
|
|||
Solved ... I restored Windows to an earlier point and my installers back to work ... Now it's trying to figure out what caused this failure ...
|
#127
|
|||
|
|||
how to execute a bat file after installation
how do I execute a bat file after installation of game. the bat file is located inside {app} directory???
|
#128
|
|||
|
|||
Use this code
Code:
[Run] Filename: "{app}\delete.bat"; Parameters: "install"; Flags: hidden/visible |
The Following User Says Thank You to GaMEr_2077 For This Useful Post: | ||
pratikpatel8982 (21-05-2021) |
#129
|
|||
|
|||
But make sure that the .bat file delete itself after completing the task, by adding the code in your .bat file in the end :
Code:
del %0 |
The Following 2 Users Say Thank You to :( Sad8669 For This Useful Post: | ||
GaMEr_2077 (21-05-2021), pratikpatel8982 (21-05-2021) |
#130
|
|||
|
|||
I already found that, but thanks.
|
Thread Tools | |
Display Modes | |
|
|