Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Error 1406


1 reply to this topic

Jann

Jann
  • Members
  • 35 posts

Posted 20 November 2001 - 12:20

I get the following error when running an install which includes a COMComponent dll which needs to have details sent to registry:

Error 1406. Could not write value VersionMinor to key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\UnInstall\{CAC28AD9-13CC-4431-8530-7C301D63700F}.
Verify that you have sufficient access to that key, or contact support personnel.

I do have sufficient access.  I have tried it on two systems and have even compiled it on two systems.

Any ideas.  Urgent.

Thanks


drecaise

drecaise
  • Members
  • 1 posts

Posted 23 November 2001 - 15:47

change the versioncode of your package in something wich corresponds to the following rules:

before the first dot: 0-255
before the second dot: 0-255
before the third dot: 0-65535
before the fourth dot: 0-65535

and don't use letters!

in example;  this would be the highest: 255.255.65535.65535