Thread
:
Blackbox Inno Setup Script
View Single Post
#
615
19-10-2013, 23:25
nelsit
Registered User
Join Date: Oct 2013
Location: canada
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
I add #define 7ZIP and #ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif
I have this error. [ISPP] Identifier Expected but number 7 (0x07) found.
nelsit
View Public Profile
Find all posts by nelsit