Quote:
Originally Posted by hsalheen
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