|
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.
|