View Single Post
  #14  
Old 07-08-2012, 15:09
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by lupetto77 View Post
Bamse I tried the command lines that you posted, it compiles but when I go to install I get this error ...



help on how I can solve this problem?
It's the same bug i had with my personal installer of Prototype2.
I don't know if it's the right way but i solved excluding (by comment) CLS-precomp.dll:
Code:
;Source: include\CLS-precomp.dll; DestDir: {tmp}; Flags: dontcopy
and
Code:
//ExtractTemporaryFile('CLS-precomp.dll');
My lines of code will be different from yours but these points should be respectively close to the lines 70 and 4930.

ps: Since you use the arc command-line, do you edit the line about precomp version on Setup.ini like this?
Code:
PrecompVer=inside
Try this way!