CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2010
    Posts
    8

    Post Windows 7 problem

    Hi All,
    have the same problem again. I can`t run my application on Windows 7. My appliaction use MSINET.OCX and TABCTL32.OCX
    I create batch file that run as administer privilegies and copy this two guys then try to register:

    copy MSINET.OCX C:\WINDOWS\system32
    copy TABCTL32.OCX C:\WINDOWS\system32
    Regsvr32 C:\WINDOWS\system32\MSINET.OCX
    Regsvr32 C:\WINDOWS\system32\TABCTL32.OCX


    but get folowing error.



    VB6 Package and Deployment wizard won`t help, because it stop`ed when try to load TABCTL32.OCX

  2. #2
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Smile Re: Windows 7 problem

    you build packaging using package and deployement wizard.batch file cannot work in windows 7.only trusted installer A/C has permission to write the specific ocx.and register it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured