Results 1 to 7 of 7

Thread: Setup Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    2

    Arrow Setup Problem

    HELLO FRIENDS
    HELLO FRIENDS

    I AM FACING A PROBLEM RELATED TO VISUAL BASIC SETUP.

    I WILL BRIEF YOU IN THIS MATTER.

    I HAVE CREATED A PROJECT.HERE I USE VISUAL BASIC AS FRONTEND AND ORACLE 8 AS BACKEND.

    HERE THE OPERATING SYSTEM IS 2000

    THIS PROJECT CONTAINS

    1.SOME ACTIVE X CONTROLS .
    2 DLL FILES.
    3.THIRD PARTY CONTROLS.
    4.CRYSTALREPORT

    PACKAGE & DEPLOYMENT WIZARD CREATES THE EXE AND SETUP.

    WHEN I RUNS THE SETUP, AT END IT GIVES THE FOLLOWING ERROR.

    C:\DOCUMENTS AND SETTINGS\USERNAME\LOCAL SETTINGS\TEMP\MSFTQWS.PDW\SELF REGISTER FILE COULD NOT BE LOCATED

    HERE IT STARTS REMOVING THE INSTALLATION FILES.


    NEETA PURANIK
    [email protected]
    Attached Images Attached Images  

  2. #2
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    I've never used the Package and Deployment with VB, I use the Wise Installer instead. However, based on what you said, could it be that the computer is missing the following file?

    C:\DOCUMENTS AND SETTINGS\USERNAME\LOCAL SETTINGS\TEMP\MSFTQWS.PDW

  3. #3
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    The error means the Setup was unable to extract one of the DLL files onto the target machine. Are you using the latest Service Pack? At least SP3?

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  4. #4
    Member
    Join Date
    May 2001
    Location
    UK
    Posts
    41
    Are you using the calendar control MSCal.ocx ?

  5. #5
    Junior Member
    Join Date
    Nov 2001
    Location
    MSDN-land
    Posts
    24

    Post

    Noticed there's no answer here, so thought I'd provide one in case others are looking to this thread.

    As Gurbuly metioned, it sounds like the project in question is using the Mscal.ocx (calendar control). There's a documented bug which will affect installs. Can be tricky to track down, since the error message seems misleading.

    The fix is to open the Mscal.dep in notepad (Windows/System folder). Locate the line in the MSCAL.OCX entry which reads:

    Register=$(DLLSelfRegisterEx)

    Remove the "Ex" so it reads:

    Register=$(DLLSelfRegister)

    to fix the problem.

    &sylvania;
    ---------------------------------------

    VB6:Perl:ASP:JS:HTML:English
    (in that order)

    MCP

  6. #6
    Fanatic Member
    Join Date
    Jun 2001
    Location
    Baltimore,MD
    Posts
    536

    Talking How can I get the wise setup program

    anyone know where I can download a free setup program creater thats easy and easy to learn.
    Walter Richardson
    Striver2000 Christian Productions
    Iam seventeen but since I started VB in June of 01 GOD has been helping me excell by finding this great forum with a bunch of GREAT PEOPLE!

  7. #7
    Junior Member
    Join Date
    Nov 2001
    Location
    MSDN-land
    Posts
    24
    Wise is really good, but not free, and not one-click-easy either. I just got it last week, and though it's got tons of features and is *very* configurable, I haven't been able to successfully import a vb project into it yet, though I have created a few minor installs from scratch. Seems like you may have to learn msi scripting to use it for vb projects, but not sure.
    Anyhow, it beats the pants off the PDW [not that that would be hard to do...]
    http://www.wise.com [wise for windows installer---free demo]

    Heard some good things about INNO: http://www.jrsoftware.org/isinfo.php
    It is free. haven't used it, and have heard that it's limited, but the price is right.

    InstallShield's ratings are about the same as Wise, and it's not free either. http://www.installshield.com
    &sylvania;
    ---------------------------------------

    VB6:Perl:ASP:JS:HTML:English
    (in that order)

    MCP

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