Quote:
Originally Posted by lupetto77
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?
Try this way!