>I built a package with the PDW from VB6.0 SP6, which installs on all
>workstations well but one.
>On one workstation I get the error: "Cannot find the source file <filename>
>to install."
>The <filename> contains Station, path and name. Something strange in the
>filename is: there is "\@" inserted just before the filename.
>Does anyone a solution ??
Take a look at the setup.lst file for that entry, check it
matches other entries, one rogue character can cause
problems.
Having said that I'd expect it to be a problem for all your
installs.
>Thank you for your quick reply, Jan
>The problem occurs only on one workstation!!
>Installation on all other workstations gives NO problems
>I use the same installation directory on the network to install from.
Ok, can you post the exact error message?
J
Cannot find the source file "\\w03db\intranet\verkoop\rucon\\@rucon.mdb"to
install.
Note the "\@" in front of "rucon.mdb". This created by the setup.exe
It should be": "\\w03db\intranet\verkoop\rucon\rucon.mdb"
>It starts with a yellow triangle with a "!" then the following text:
>
>Cannot find the source file "\\w03db\intranet\verkoop\rucon\\@rucon.mdb"to
>install.
>
>Note the "\@" in front of "rucon.mdb". This created by the setup.exe
>It should be": "\\w03db\intranet\verkoop\rucon\rucon.mdb"
The first thing to check is the regional setting on the
problem PC. Language, date settings etc.
The P&DW doesn't handle dates too well.
What operating system does the problem PC have?
If everything is exactly the same as a PC on which the
install DOES work then would you be able to post the
setup.lst?
In any case I'd expect it to be looking in a temp directory
for the file so something is definitely screwy here.
>It starts with a yellow triangle with a "!" then the following text:
>
>Cannot find the source file "\\w03db\intranet\verkoop\rucon\\@rucon.mdb"to
>install.
>
>Note the "\@" in front of "rucon.mdb". This created by the setup.exe
>It should be": "\\w03db\intranet\verkoop\rucon\rucon.mdb"
Also, are you using a single CAB file?