CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Location
    Indiana USA
    Posts
    193

    Setup errors on WinNT

    I have an application with the setup created by the package and deployment from VB. I did make changes to the setup1.exe.

    Here is my problem. The install worked fine on WIN95 and WIN98, but when a customer tried to install on a WinNT machine, they got an error saying setup could not continue.

    I do not have a WinNT machine to test on, and really do not know the difference between the versions, or what could cause the error in the setup. Any help or suggestions would be greatly appreciated.

    Thank you
    Catrina


  2. #2
    Join Date
    May 1999
    Location
    Germany
    Posts
    106

    Re: Setup errors on WinNT

    Maybe the user on the target system has to login with administrator privilegs.

    Bye Peter


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