Hi all I want to write wpkg's silent installer for changing vnc passwords. VNC stores it's password in HKLM\Software\ORL\Password. But that "Password" has a REG_BINARY(hex) type. And wpkg always fails the check condition! How can I specify wpkg to check that registry value exactly as a REG_BINARY/HEX ? (I think it always tries only REG_DWORD) Easy Software Deployment >> http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |