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

    VB app Install error


    I am trying to install 2 different applications that seem to use the
    vb Install wizard. I get the same error message from both right after
    I run the setup.exe. I get "Invalid procedure call or argument. An
    unexpected setup error has occurred!". I am running WinNt 4.0 sp 3.

    I looked in msdn and the closest thing i found was making sure that my
    "TMP" and "TEMP" directories were set up in my environment settings.
    That was already done.
    I have NT4.0 SP3 at work, and tried to install them there and got the exact same error.

    What is my problem? Is there any way to debug the setup script?

    I can use all the help I can get.



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: VB app Install error

    You can try looking at the log-file that's created when you installed the program - this details what Dll's were registered/failed during the process.

    Look in the directory when the program was installed.


    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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