zhanzixin
October 27th, 2003, 23:07
Hi all:
I have a question maybe easy to you.
When I discompile some setup.inx file of installshield 6.x I found
scripts like below:
result = componentValidate( Media , "" , password" )
which password is entered from Asktext dialog box as other application.
If I patch the setup.inx to skip the validating , an error -142 will occur ,that
means I cannot move component before validate it. I think it a very common and
simply method the installshield would take,but i don't know why no any man
cover this topic.
i6comp can unpack these cab like data1.cab,but without real password some
regester table action in the inx file will be skip.
I have a question maybe easy to you.
When I discompile some setup.inx file of installshield 6.x I found
scripts like below:
result = componentValidate( Media , "" , password" )
which password is entered from Asktext dialog box as other application.
If I patch the setup.inx to skip the validating , an error -142 will occur ,that
means I cannot move component before validate it. I think it a very common and
simply method the installshield would take,but i don't know why no any man
cover this topic.
i6comp can unpack these cab like data1.cab,but without real password some
regester table action in the inx file will be skip.