View Single Post
  #744  
Old 10-02-2014, 01:12
GloverK1911's Avatar
GloverK1911 GloverK1911 is offline
Registered User
 
Join Date: Nov 2013
Location: Viet Nam
Posts: 116
Thanks: 22
Thanked 8 Times in 4 Posts
GloverK1911 is on a distinguished road
Quote:
Originally Posted by rxlord View Post
hey can u tell me how can i passowrd protect the archives with your compressor and use protected archives in your installer
You just edit file Archives.ini like this :
PHP Code:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...'ExpandConstant('{src}'),'Data-1.ctit'then break;
ISArcExtract050ExpandConstant('{src}\Data-1.ctit'), ExpandConstant('{app}\'), '', false, 'Your Password', '', '',false );
if not ShowChangeDiskWindow ('
Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Data-2.ctit') then break;
ISArcExtract( 0, 50, ExpandConstant('
{src}\Data-2.ctit'), ExpandConstant('{app}\'), '', false, 'Your Password', '', '',false ); 
Reply With Quote