Quote:
Originally Posted by rxlord
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;
ISArcExtract( 0, 50, ExpandConstant('{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 );