FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

yener90 03-11-2012 06:47

kassane
currently studying, real life hard to find some time :D
maybe i will today work on it

BAMsE
i will try to add everytime :P

Fabioddq
look here:
Code:

[Icons]
Name: {group}\{code:GetAppName} {cm:uninstall}; Filename: {uninstallexe}; WorkingDir: {app}
#ifdef CustomBinaryIcon
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
#else
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen;"
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen";

#endif
...


Fabioddq 03-11-2012 07:36

Quote:

Originally Posted by yener90 (Post 409401)
Fabioddq
look here:
Code:

[Icons]
Name: {group}\{code:GetAppName} {cm:uninstall}; Filename: {uninstallexe}; WorkingDir: {app}
#ifdef CustomBinaryIcon
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
#else
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen;"
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen";

#endif
...


Thanks for help yener, but still did not work. I don't know why in this game, ci is not creating the shortcut at all. This happens only in this game (Painkiller Hell and Damnation). I'm very confused, do you have any idea why this happens? Thanks again.

P.S. I indicate the correct path: MyExecutablePath=Binaries\Win32

yener90 03-11-2012 08:17

ci has a checkup now..if executable of shortcut doesnt exist, it will not create the shortcut.

Th3Raven 03-11-2012 09:22

1 Attachment(s)
Quote:

Originally Posted by Fabioddq (Post 409402)
Thanks for help yener, but still did not work. I don't know why in this game, ci is not creating the shortcut at all. This happens only in this game (Painkiller Hell and Damnation). I'm very confused, do you have any idea why this happens? Thanks again.

P.S. I indicate the correct path: MyExecutablePath=Binaries\Win32

Fabio put the .exe that i,ve created in game root/binaries/win 32 folder and in conversion setup.ini point to it.
the .exe contain that arguments (it's a .bat file converted to .exe )

PS i have included the .bat file; the used ico and the converter used :D
See the attachment below

Demonn 03-11-2012 09:46

Hi all I still do not hear much of what you do with the arc etc. ..

I use the traditional setup with inno yener script.

And I see many new things that I do not really hear anything. On this picture it lol I have to do to get three versions of a game on the same repack.

http://imageshack.us/a/img10/589/preview8580.jpg

I have to compress the folders put some scrip etc. ..

Fabioddq 03-11-2012 09:50

Quote:

Originally Posted by yener90 (Post 409405)
ci has a checkup now..if executable of shortcut doesnt exist, it will not create the shortcut.

But exist: MyExecutableName=PKHDGame-Win32-Shippi.exe

EDIT...

Ops...

wrong name, correct is: PKHDGame.exe

Sorry... :o

pakrat2k2 03-11-2012 10:00

thought the EXE was only named PKHDGame.exe ??

Fabioddq 03-11-2012 10:06

Quote:

Originally Posted by pakrat2k2 (Post 409415)
thought the EXE was only named PKHDGame.exe ??

:eek: Ops... wrong name. But my exe have the name: PKHDGame-Win32-Shipping.exe

Ok, i will change to PKHDGame.exe

Thanks.

Compiler 04-11-2012 00:46

Hi Yener,I have quad core CPU but ci is showing it has got 8 CPU cores.Is this because your source counts HT cores as real cpu cores ?

yener90 05-11-2012 02:16

the source only reads system info.

Compiler 05-11-2012 07:06

Is is possible to pack all .dll's and pics into the uninstall.exe itself or any other seperate file ?

yener90 05-11-2012 10:09

unfortunately uninstaller doesnt support file integration.

Fabioddq 06-11-2012 06:16

I think support to system check for Win8 will come in the next update.

yener90 06-11-2012 06:51

Quote:

Originally Posted by Valeron (Post 409532)
Bug with Custom Installer
get_hw_caps.dll

did you used newest version?
on my system it works.

ive got good and bad news:
bad one:
CI will receive no more updates :rolleyes:
good one:
Im now working on CI Ultimate.
-> all the updates that i told +
transparent wizardform
png background
animated buttons
equalizer
much more :P

Valeron 06-11-2012 10:48

i used ci 8.5.7.0 and doesn't detect operating system.

kassane 06-11-2012 11:34

Quote:

Originally Posted by Valeron (Post 409539)
i used ci 8.5.7.0 and doesn't detect operating system.

It would be nice if you used the CI version 8.5.7.4

yener90 06-11-2012 11:50

small preview of ultimate :p
http://img195.imageshack.us/img195/9...ewultimate.jpg

Valeron 06-11-2012 13:16

Quote:

Originally Posted by yener90 (Post 409542)

cool... Something different.....

No more window bar. No more...

Newbie 07-11-2012 03:12

@yener

Just one question.

After you release C.I. Ultimate what is your plan about CI Designer - will you continue to work on it.

Or do you have some other Projects to work on.

Thank You.

yener90 07-11-2012 08:19

CI Designer need to wait long time^^

I uploaded a preview version :p
please try it out and tell me if the visualization works on music button.
then i can continue working on animated buttons.

Valeron 07-11-2012 08:23

Custom Installer Ultimate Preview Doesn't Work.:(

Autorun Is Worth Nothing...

yener90 07-11-2012 09:11

start using setup.exe

Newbie 07-11-2012 09:23

I get with setup.exe:

Runtime Error (at 156:160):

Division by zero.

Autorun.exe = 0 KB

kassane 07-11-2012 09:28

Quote:

Originally Posted by Newbie (Post 409576)
I get with setup.exe:

Runtime Error (at 156:160):

Division by zero.

Autorun.exe = 0 KB

It's happening the same mistake here!!:(

yener90 07-11-2012 10:16

autorun.exe is normal
i didnt work on it currenlty so i put a fake file so setup starts.
which system you got??
which language did you took?

Newbie 07-11-2012 11:03

I have Windows 7 X64 with SP1.

I tried few languages (eng, cro and some others),

And always the same message.

Cheers

yener90 07-11-2012 11:04

i know the problem...will upload fix for this in a few hours.

yener90 07-11-2012 13:06

try out the newest version please.
i tested on XP 32 bit and Win8 64 bit.

kassane 07-11-2012 13:20

Thx yener90...now it worked!
http://img818.imageshack.us/img818/2667/previewnf.jpg
Win 7 SP1 x64

BAMsE 07-11-2012 13:24

The ultimate stuff indeed :) Works on 7x86 PL. However uninstalling is still windowed.
BTW my wish is writable folder bar

yener90 07-11-2012 13:34

didnt work on uninstaller^^

writable folder bar??
you mean where you can change folder destination??
unfortunately its not possible.

johnnyusa 07-11-2012 14:22

yener90, for those who want the old look back, is any switch implemented?

REV0 07-11-2012 14:31

Quote:

Originally Posted by johnnyusa (Post 409591)
yener90, for those who want the old look back, is any switch implemented?

Save the background as png instead of jpeg, problem solved

yener90 07-11-2012 14:45

currently working on it^^
everything will come.

kassane 08-11-2012 12:22

When I clicked to install (testing), I realized I did not have the cancel button and even music during installation...

yener90 08-11-2012 12:24

you have close option + equalizer should also work…

Newbie 08-11-2012 14:33

During install Close (X) option didn't worked for me, and I was unable to minimize setup.

I think that all was OK with music.

REV0 08-11-2012 14:56

yener will you release it before 13th so i can use new version with BO2 ? Or should i finalize conversion with 8.5.7.4.7 ?

BAMsE 08-11-2012 15:04

REV0 yes, the release date is 13th... 2013th :D Look at first post

REV0 08-11-2012 15:09

Quote:

Originally Posted by BAMsE (Post 409628)
REV0 yes, the release date is 13th... 2013th :D Look at first post

http://www.y o u tube.com/watch?v=WWaLxFIVX1s


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

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