Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30-10-2012, 10:34
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
currently busy...i couldnt even start.

currently put windows 8 on my system and saw font problem on my installer.
will also fix this.
Sponsored Links
  #2  
Old 31-10-2012, 11:57
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
And then yener90, how is your project update new CI?
It is already possible to show a picture of how it's getting?
  #3  
Old 02-11-2012, 19:09
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Answer

If somebody can answer me:
How behaves the installer in your PCs:
* By clicking in setup.exe open the autorun page or open welcome page?
Here a few installer that use freearc and comes compiled when extracted and to execute setup.exe opens direct the splash and it is going to welcome page. If I change of folder the same file setup.exe starts to open autorun page.

Text translated in google tradutor:
  #4  
Old 03-11-2012, 06:21
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Hi yener, how do i add this to the destination of shortcut using CI. In black highlighted.

e.g. "D:\Jogos\Painkiller Hell and Damnation\Binaries\Win32\PKHDGame-Win32-Shipping.exe" -seekfreeloadingpcconsole -fullscreen

Last edited by Fabioddq; 03-11-2012 at 06:25.
  #5  
Old 03-11-2012, 06:47
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
kassane
currently studying, real life hard to find some time
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
...
The Following User Says Thank You to yener90 For This Useful Post:
Demonn (03-11-2012)
  #6  
Old 03-11-2012, 07:36
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by yener90 View Post
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

Last edited by Fabioddq; 03-11-2012 at 07:39.
The Following User Says Thank You to Fabioddq For This Useful Post:
Demonn (03-11-2012)
  #7  
Old 03-11-2012, 09:22
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
Talking

Quote:
Originally Posted by Fabioddq View Post
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
See the attachment below
Attached Files
File Type: 7z For Fabio.7z (423.1 KB, 56 views)
The Following User Says Thank You to Th3Raven For This Useful Post:
Fabioddq (03-11-2012)
  #8  
Old 03-11-2012, 08:17
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
ci has a checkup now..if executable of shortcut doesnt exist, it will not create the shortcut.
  #9  
Old 03-11-2012, 09:50
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by yener90 View Post
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...

Last edited by Fabioddq; 03-11-2012 at 10:52.
  #10  
Old 03-11-2012, 09:46
Demonn Demonn is offline
Registered User
 
Join Date: Jun 2012
Location: Casa
Posts: 23
Thanks: 248
Thanked 1 Time in 1 Post
Demonn is on a distinguished road
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.



I have to compress the folders put some scrip etc. ..
  #11  
Old 03-11-2012, 10:00
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
thought the EXE was only named PKHDGame.exe ??
  #12  
Old 03-11-2012, 10:06
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
thought the EXE was only named PKHDGame.exe ??
Ops... wrong name. But my exe have the name: PKHDGame-Win32-Shipping.exe

Ok, i will change to PKHDGame.exe

Thanks.

Last edited by Fabioddq; 03-11-2012 at 10:52.
  #13  
Old 04-11-2012, 00:46
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
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 ?
  #14  
Old 05-11-2012, 02:16
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
the source only reads system info.
  #15  
Old 05-11-2012, 07:06
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
Is is possible to pack all .dll's and pics into the uninstall.exe itself or any other seperate file ?
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INNO TROUBLESHOOT - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



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


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