View Single Post
  #9  
Old 29-09-2012, 05:46
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
@kamyk95

ą (a nasal) is not a standard ansi character, need additional code or switch to unicode version to display it properly.
I can't switch to unicode version for compatibility problem (setup.iss script).
I don't think is a big problem, if instead of ą appears a


@elbubi

An issue caused by presence in the archive Data2.bin of FirewallInstallHelper.dll, GameuxInstallHelper.dll or ISSkin.dll files.

When you make or re-make the conversion, never include the following files in installation archives:

Code:
unins000.dat (raises an uninstall error)
unins000.exe (raises an uninstall error)
FirewallInstallHelper.dll (raises a runtime error)
GameuxInstallHelper.dll (raises a runtime error)
ISSkin.dll (raises a runtime error)
Follow these steps to solve the issue:

1) Edit Data2.lst file, it should be like this:

Code:
audio\*
tracks\*
support\*
FirewallInstallHelper.dll
GameuxInstallHelper.dll
ISSkin.dll
2) Delete only Data2.bin file from 'F12012_DVD5\f12012' conversion folder and then launch Compress.bat
Reply With Quote