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

    Need Serious Help Setup problem

    I have a major problem.

    I changed the setup1.exe and compiled an application using it. I mistakenly left a stop statement in it. When I tried to run the setup, I got the error "Stop Statement Found", so I took all the stops out and compiled again. I put this new setup1.exe in the PDWizard directory and repackaged my application. But I am still getting the error on the machine I tried to install on originally. The install works fine on my machine, but even when I use the original setup1.exe that came with VB, I still get the same error on the original machine.

    I am assuming that the first install stored the setup with the stop in it someplace and it is continuing to use it. I have deleted all setup1.exe from the machine, and cleared the Windows\temp files, I don't know what else to do.

    I have to get this working today. Any help would be greatly appreciated.

    Thanks
    Catrina


  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Need Serious Help Setup problem

    Try removing any files called "Setup1.ex_" which is the compressed copy of "Setup1.exe" and if that doesn't work, try using the Windows Add:Remove programs control panel applet to uninstal your app.

    HTH,
    Duncan

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

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