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 12-11-2011, 22:25
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
Quote:
Originally Posted by janek2012 View Post
BUG:
thx for your help.
edited script.
Sponsored Links
  #2  
Old 08-11-2011, 19:11
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
janek2012, Highlight whats changed..

Quote:
Originally Posted by gentilu View Post
Code:
Launch1=DirectX
Launch164=0
LaunchCom1=__Installer\directx\redist\DXSetup.exe
LaunchArg1=/silent

Launch3=Microsoft Visual C++ 2008 (x86)
Launch364=0
LaunchCom3=__Installer\vc\vc2008sp1\redist\vcredist_x86.exe
LaunchArg3=/q:a

Launch4=Microsoft Visual C++ 2008 (x64)
Launch464=1
LaunchCom4=__Installer\vc\vc2008sp1\redist\vcredist_x64.exe
LaunchArg4=/q:a
How to add this^ in my project .iss?
Add them to the [RUN] section of the ISS script. Point to the correct folder of course... examples below:

IE:

Filename: {src}\DirectX\DXSETUP.exe; Parameters: /silent; StatusMsg: {cm:run} Microsoft DirectX...; Tasks: DirectX (----> DIRECTX folder on DVD)
Filename: {src}\PhysX\PhysX_9.10.0224_SystemSoftware.exe; Parameters: /quiet; StatusMsg: {cm:run} NVIDIA PhysX...; Tasks: PhysX (---> Physx Folder on DVD)
Filename: {src}\vcredist_x86.exe; Parameters: /q; StatusMsg: {cm:run} Visual C++ Runtime... (---> In the ROOT of the DVD.)

whats in () is NOT part of what you add to the [RUN] section.

Last edited by pakrat2k2; 08-11-2011 at 20:10.
  #3  
Old 10-11-2011, 11:09
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
i'm trying to make converter but it copy all C:/program files, cant we add the support to ask us instead ?
  #4  
Old 10-11-2011, 11:15
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by REV0 View Post
i'm trying to make converter but it copy all C:/program files, cant we add the support to ask us instead ?
Damn, how I hate that: yeah, a lot of programs ignore both the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\ProgramFilesDir registry key and the ProgramFiles environment variable!
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
  #5  
Old 10-11-2011, 11:18
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by Joe Forster/STA View Post
Damn, how I hate that: yeah, a lot of programs ignore both the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\ProgramFilesDir registry key and the ProgramFiles environment variable!
so i'll delete registry related entries

edit:

actually it would be better if i find battlefield's converter.iss
  #6  
Old 10-11-2011, 11:22
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by REV0 View Post
so i'll delete registry related entries
Huh?! These registry entries belong to the system, don't touch them! Installers should use these values; if they don't then that's the installer's fault. On my PC's, this directory is F:\PROGRAMS but some programs want to install to F:\Program Files or somewhere on drive C:. Ehhh...
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
  #7  
Old 10-11-2011, 12:56
gentilu gentilu is offline
Registered User
 
Join Date: Nov 2007
Location: Paris
Posts: 19
Thanks: 1
Thanked 0 Times in 0 Posts
gentilu is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post

Filename: {src}\DirectX\DXSETUP.exe; Parameters: /silent; StatusMsg: {cm:run} Microsoft DirectX...; Tasks: DirectX
Directive or parameter "Tasks" expression error: Parameter "Tasks" includes an unknown task.

//What is the problem?
  #8  
Old 10-11-2011, 16:38
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
just remove the Tasks: Directx from end of line.

the error message means that you have no list of tasks in the iss script..
  #9  
Old 12-11-2011, 10:16
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
PrecSrep feature has bug. Although srep file (from final cab) is extracted to folder specified in 'setup.ini' lets say {app}\movies, the pcf (from srep) is placed in {app} folder. When setup starts to extract from pcf it returns an error (probably it expects pcf file in {app}\movies
  #10  
Old 12-11-2011, 15:32
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
Hello i got a problem
I start setup select language click next...
and i got this error

OS:Windows XP SP3 any ideas guys?
My script file

Last edited by MartinezPL; 14-11-2011 at 01:35. Reason: add script for more information
  #11  
Old 18-11-2011, 11:58
janek2012 janek2012 is offline
Registered User
 
Join Date: Aug 2009
Location: Poland
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
janek2012 is on a distinguished road
Quote:
Originally Posted by MartinezPL View Post
Hello i got a problem
I start setup select language click next...
and i got this error

OS:Windows XP SP3 any ideas guys?
My script file
mciSendString() function causes crash on Windows XP - Replace all (2) "PlayMusic()" instances with "//PlayMusic()" and delete background music from source and rebuild.
Note that it will disable music on startup.
You should also delete music in setup.cab so user will not play it by himself.

This is a temporary solution because I am not sure how to play music on Windows XP.
  #12  
Old 16-11-2011, 04:39
shanrq shanrq is offline
Registered User
 
Join Date: Dec 2008
Location: Heart
Posts: 28
Thanks: 7
Thanked 1 Time in 1 Post
shanrq is on a distinguished road
yener90 can i ask you source from Sonic Generations.. ci 6.6 is different visual from sonic..
and 1 more .. how to enable sound for ci 6.6, i already look the code for sound its still inside but how to enable the code?..

thx yener

Last edited by shanrq; 16-11-2011 at 10:04.
  #13  
Old 16-11-2011, 23:44
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
dudes time cames...and ive got no more time for this.
i will kill my projects completely. no more updates, no more projects.

will also post no more conversions. it was a hard decision...

regards yener90

Last edited by yener90; 16-11-2011 at 23:47.
  #14  
Old 17-11-2011, 00:39
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
I'm rly sorry, hope you've got an indescribable job offer as coder in big studio. CU in credits of another bestseller game
  #15  
Old 17-11-2011, 07:02
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
@yener90 thx for evrything
anyone gots a older version of script? that newest doesn't work on xp (look my previous post)
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 02:10.


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