Click to See Complete Forum and Search --> : Help needed with one line of code


aussiecyclone
March 23rd, 2001, 11:34 PM
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.

mike2145
May 10th, 2001, 04:44 PM
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

mike2145
May 10th, 2001, 05:02 PM
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