Quote:
Originally Posted by y_thelastknight
i thought
find this line and change this to
Code:
type
#ifdef UNICODE
PChar = PAnsiChar;
#endif
this
Code:
#ifdef UNICODE
type
PChar = PAnsiChar;
#endif
|
Thanks @thelastknight,
this solved my problem.
I have a little question to ask again.
I use classical method of compression
i.e. freearc (-m0)>precomp>srep>freearc (-mx) >innosetup.
lets assume my data file is data1.arc (after final -mx compression).
What changes i have to make in archieves.ini for this method of compression.?