View Single Post
  #8  
Old 30-09-2013, 04:43
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Quote:
Originally Posted by hsalheen View Post
yes it was easy, but how to extract it for inno setup script ???
which script are you using? If the script doesnt support precomp 0.4.3 then replace precomp 0.4.3 with precomp 0.4.2. and the edit the arc.ini file i.e change
Code:
packcmd   = precomp -intense0 -cn- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
TO
Code:
packcmd   = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp

Last edited by alley_u2; 30-09-2013 at 04:46.
Reply With Quote
The Following User Says Thank You to alley_u2 For This Useful Post:
hsalheen (30-09-2013)