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 18-09-2012, 10:01
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Thank you yener90
**************
Suggestion for next CI

The instalador possesses the section:

[UninstallDelete]
Type: filesandordirs; Name: {app}

That indicates that the whole content of the installation folder will be removed.
If agum user puts to install in tfolder Programs files, or in folder windows, the whole folder will be removed in the uninstalling. (Files that are not being used in the moment)

It would not be possible to block inside of the user's script to install in folders programs files, Windows, documents and settings, Drive C: \, D: \, etc?

It happened to me. I just was testing and installing the program Files folder and removed everything. Only the folders of the programs that were using it were.

Or then to put to create an INI during the installation with the name of each file that this being extracted. And in the uninstalling to read INI to exclude only the installed files. That would solve the problem of maintaining the save games in installation folder.
Sponsored Links
  #2  
Old 18-09-2012, 10:36
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 LuisCésar82 View Post
Thank you yener90
**************
Suggestion for next CI

The instalador possesses the section:

[UninstallDelete]
Type: filesandordirs; Name: {app}

That indicates that the whole content of the installation folder will be removed.
If agum user puts to install in tfolder Programs files, or in folder windows, the whole folder will be removed in the uninstalling. (Files that are not being used in the moment)

It would not be possible to block inside of the user's script to install in folders programs files, Windows, documents and settings, Drive C: \, D: \, etc?

It happened to me. I just was testing and installing the program Files folder and removed everything. Only the folders of the programs that were using it were.

Or then to put to create an INI during the installation with the name of each file that this being extracted. And in the uninstalling to read INI to exclude only the installed files. That would solve the problem of maintaining the save games in installation folder.
hmmm
it sounds funny.
unfortunately its really difficult.
some games contain about 3000 game files.

Quote:
Originally Posted by kassane View Post
Yener90, you can put a image.swf the autorun?
I'm also starting to work with files flash.swf up why my preview AC3 now is with the flash logo.
I want to do the same or something similar in the autorun!!
maybe next version
  #3  
Old 18-09-2012, 16:20
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Can not lock the script for installing certain directories?
  #4  
Old 18-09-2012, 17:20
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 LuisCésar82 View Post
Can not lock the script for installing certain directories?
i undestand your wish.
i will try to include.
  #5  
Old 19-09-2012, 01:48
jksengko jksengko is offline
Registered User
 
Join Date: Jun 2010
Location: dont show
Posts: 71
Thanks: 5
Thanked 5 Times in 5 Posts
jksengko is on a distinguished road
how to add 2 icon after install finish....??? (E.g: PES2013.exe and Settings.exe)
  #6  
Old 19-09-2012, 06:51
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
hi yener how to enable and disable eula from script i tried remove and adding ";"
  #7  
Old 19-09-2012, 11:35
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 Valeron View Post
hey yener90, when are you going to implement precomp0.43 with ci?
if isdone supports it
  #8  
Old 19-09-2012, 23:08
thedarkman's Avatar
thedarkman thedarkman is offline
Registered User
 
Join Date: Dec 2010
Location: Anywhere i want
Posts: 19
Thanks: 2
Thanked 0 Times in 0 Posts
thedarkman is on a distinguished road
Hi yener90,

msiexec.exe support with your script? because i want make installer with silent install steam & physx, thanks
  #9  
Old 20-09-2012, 02:13
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by thedarkman View Post
Hi yener90,

msiexec.exe support with your script? because i want make installer with silent install steam & physx, thanks
You can create Silent Installs From MSIs by using the " SFX Maker " Program ...

after that use the compiled exe setup in CI ...
  #10  
Old 20-09-2012, 03:24
thedarkman's Avatar
thedarkman thedarkman is offline
Registered User
 
Join Date: Dec 2010
Location: Anywhere i want
Posts: 19
Thanks: 2
Thanked 0 Times in 0 Posts
thedarkman is on a distinguished road
Quote:
Originally Posted by amin fear View Post
You can create Silent Installs From MSIs by using the " SFX Maker " Program ...

after that use the compiled exe setup in CI ...
wow.. this is what i need, thanks
  #11  
Old 20-09-2012, 00:46
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
normally it should...try it out.
  #12  
Old 20-09-2012, 01:28
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
Quote:
Originally Posted by yener90 View Post
normally it should...try it out.
It doesn't(or maybe i haven't found the correct LaunchArg for .msi )
I fave tried for Physx with all the LaunchArg, but with no results.
  #13  
Old 20-09-2012, 02:05
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by Th3Raven View Post
It doesn't(or maybe i haven't found the correct LaunchArg for .msi )
I fave tried for Physx with all the LaunchArg, but with no results.
Proper Arg For [Run] Section Of Inno Setup :

Code:
[Run]
Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\Setup.msi"""


Silent Setup
[Run]
Filename: "msiexec.exe"; Parameters: "/q /i ""{tmp}\Setup.msi""";
Not Tested On Yener90 CI ... But Works on usual Inno Setups ...
  #14  
Old 22-09-2012, 08:58
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
Quote:
Originally Posted by Th3Raven View Post
It doesn't(or maybe i haven't found the correct LaunchArg for .msi )
I fave tried for Physx with all the LaunchArg, but with no results.
from mass effect 3 which has physx installed

Launch6=Physx
Launch664=0
LaunchCom6=Redist\physx\redist\PhysX-9.11.1107-SystemSoftware.msi
LaunchArg6=/q:a

just change the Launch6 to whatever number you need in setup.ini, also the physx version number too.

the biggest issue with msi installer is that it doesnt always uninstall older version before trying to install new version
and that may be why it doesnt work properly.

Last edited by pakrat2k2; 22-09-2012 at 09:00.
  #15  
Old 22-09-2012, 09:30
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
Quote:
Originally Posted by pakrat2k2 View Post
from mass effect 3 which has physx installed

Launch6=Physx
Launch664=0
LaunchCom6=Redist\physx\redist\PhysX-9.11.1107-SystemSoftware.msi
LaunchArg6=/q:a

just change the Launch6 to whatever number you need in setup.ini, also the physx version number too.

the biggest issue with msi installer is that it doesnt always uninstall older version before trying to install new version
and that may be why it doesnt work properly.
thank you for this suggestion and also thx amin fear for his.
i will try both to see witch one works.
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 11:51.


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