|
|
|
#1
|
||||
|
||||
|
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
|
|||
|
|||
|
Quote:
![]() it sounds funny. unfortunately its really difficult. some games contain about 3000 game files. Quote:
|
|
#3
|
||||
|
||||
|
Can not lock the script for installing certain directories?
|
|
#4
|
|||
|
|||
|
i undestand your wish.
i will try to include. |
|
#5
|
|||
|
|||
|
how to add 2 icon after install finish....??? (E.g: PES2013.exe and Settings.exe)
|
|
#6
|
|||
|
|||
|
hi yener how to enable and disable eula from script i tried remove and adding ";"
|
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
Hi yener90,
msiexec.exe support with your script? because i want make installer with silent install steam & physx, thanks
|
|
#9
|
|||
|
|||
|
Quote:
after that use the compiled exe setup in CI ... |
|
#10
|
||||
|
||||
|
Quote:
|
|
#11
|
|||
|
|||
|
normally it should...try it out.
|
|
#12
|
||||
|
||||
|
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
|
|||
|
|||
|
Quote:
Code:
[Run]
Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\Setup.msi"""
Silent Setup
[Run]
Filename: "msiexec.exe"; Parameters: "/q /i ""{tmp}\Setup.msi""";
|
|
#14
|
||||
|
||||
|
Quote:
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
|
||||
|
||||
|
Quote:
![]() i will try both to see witch one works. |
![]() |
|
|
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 |