PortableApps.comInstaller suggestion ane one question?
hi
question?
what is this code in PortableApps.comInstaller.nsi?
;7z Usage
!ifdef AdvancedExtract1To
.......
......
!ifdef CustomCodeUses7zip
!if CustomCodeUses7zip = true <======= this
!define bolUses7Zip true
!endif
!endif
......
!endif
;;;
"CustomCodeUses7zip" is not variable. maybe !if ${CustomCodeUses7zip} == true
suggestion:
if it is possible Please define CustomCodeUsesInno for InnoExtract Usage
thanks