CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2001
    Posts
    29

    Help needed with one line of code

    Hi all,

    My app needs Scrrun.dll to install, it's on the computer and it is the same version. When I try an install I get error 429 and the installation looks at the floppy drive.

    I put Scrrun.dll on the installation disk without compression and the installation still looked at A:\.

    I put Scrrun.dll on a floppy and when needed the installation read this file and the installation was ok.

    How do I code setup1 to look at the CD for this file and where in setup1 do I put it. My app is VB5.

    Any help Appreciated.

    Regards,

    Alan.



  2. #2
    Join Date
    Apr 2001
    Location
    California
    Posts
    20

    Re: Help needed with one line of code

    why don't you try this put scrrun in the windows\system directory then click <start><run> in the run box type the following:
    regsvr32 Scrrun.dll
    this will register the dll in the registry ??
    hope this helps



  3. #3
    Join Date
    Apr 2001
    Location
    California
    Posts
    20

    Re: Help needed with one line of code

    are u using a deployment package wizard to create the cab files ??
    if so then there is an option to add a file, once the file is added to the cab, you can edit setup.lst and do any changing there ?? if your not going to re do the cabs then try editing the setup.1st file that is in the package directory whereever you first made the cab file from usally
    VB/package or vb/package1 etc



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