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

problem to register keys of Flash.ocx


4 replies to this topic

Himad

Himad
  • Members
  • 2 posts

Posted 02 September 2006 - 14:29

hi guyz,
i hv made a build using Installshield MSI project
i hv included flash.ocx in my test.exe(vb6 made exe)


when i run build on other system which do't have flash installed
the build does't throw any error

but if on other system flash is installed the setup gives fllowing error:



error 1406:could not register the value for key [keyno] inprocserver32.
please verify that u have sufficient priliveges ......



this error coms about 14 times

m struck to solve this on nightmare
have any one any soluiton?


TC

Edited by Himad, 02 September 2006 - 14:30.


Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 02 September 2006 - 23:52

A few questions for you:
* What is flash.ocx? Is it a vendor OCX? If so, what vendor?
* How is the flash.ocx installed? Are you including a merge module or simply installing the file? Where does it get installed?
* Have you included registration for the file in your MSI? Either self-reg or COM extract?
* On the systems where the error occurs, are you logged in with admin rights?
Regards
-Stein Åsmul

Himad

Himad
  • Members
  • 2 posts

Posted 04 September 2006 - 07:01

* i hv admin rights
*it is macromedia flash8.ocx
(also checked with flash8b.ocx and flash.ocx of macromedia)
*i hv checked with com-extract and self-reg (bothe generate errors)
*also checked with
1-path c:\windows\system32
1-path c:\windows\system32\Macromed\Flash

* i hv simply ilcude the file

Edited by Himad, 04 September 2006 - 07:05.


Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 04 September 2006 - 07:57

try to use regsvr32.exe to register the file. if u get an error it could be a missing dependency. The dependency could be either a win32 or another COM file.
Regards
-Stein Åsmul

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 04 September 2006 - 08:31

Besides there might be a merge module for this. I'd try their site or google it.
Regards
-Stein Åsmul