Posts Tagged ‘ inno setup ’

RESOLVED – Inno Setup Error: Attempt to deploy DLL file from own Windows System directory

Error: Attempt to deploy DLL file from own Windows System directory. See the “Unsafe Files” topic in the help file for more information on why this is dangerous and should be avoided.

Biasanya error diatas terjadi karena Inno Setup tidak mengijinkan untuk menambahkan file DLL di system32, karena bisa jadi file DLL tersebut tidak kompatibel dengan versi Windows yang dipakai. Untuk menghilangkan error diatas, masukkan flags :

allowunsafefiles

Advertisement
%d bloggers like this: