Quote:
Originally Posted by demon964
1)how include and exclude folders, not files?
2) i selected "custom destination to unpack files" for data2.bin to documents folder. When i start uninstall.exe, uninstaller not deleting data2.bin extracted files (documents folder)
|
1) The folder must be within the selected folder where the game is installed.
then you can use type:
2) Try using the generate file list option in the DiskSpan GUI. In developer mode select "Create Single List" in the combobox corresponding to "Uninstall files list:" and save.
When compressing, an additional ini file will be generated within setup.dll that will contain information about the files stored in each data#.bin file.
In the LIS installer remove ";" from the beginning of the line below to use the uninstall list option before compile setup.exe.
Code:
#define CreateUninstallList
P.S: If the game has a very large number of files, it may take a while to generate the list after compression, and also the uninstallation will go file by file and will take longer.