View Single Post
  #8  
Old 26-07-2012, 09:38
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
Hello Dears.
i want to make a simple installer and I have 2 files .arc but i donīt know to extract both on inno setup.
Please look a example below:

[Files]
Source: *file1.arc; DestDir: {app}; Flags: nocompression deleteafterinstall
Source: *file2.arc; DestDir: {app}; Flags: nocompression deleteafterinstall
Source: unarc.dll; DestDir: {tmp}; Flags: dontcopy deleteafterinstall
Source: compiler:InnoCallback.dll; DestDir: {tmp}; Flags: dontcopy

[UninstallDelete]
Type: filesandordirs; Name: {app}

[Code]
const
Archives = '{src}\*file1.arc';

PM_REMOVE = 1;
CP_ACP = 0; CP_UTF8 = 65001;
oneMb = 1048576;

Another Help.
I still cant to put a simple image on back on the page of the inno setup.
Can you send me a simple example that how i can to put a simple image?
The links of the Yener's Scripts is very very complex to me.
For example: i want just make a back image of the mi istaller in black.

Thanks in advence.
Reply With Quote