View Single Post
  #11  
Old 19-06-2013, 02:58
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
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.?
Reply With Quote