Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: peter.lawton@blueyonder.co.uk Newsgroups: comp.lang.basic.visual.misc Subject: Re: 64 bit Windows install difficulty Date: Sun, 18 Mar 2012 11:07:17 -0700 (PDT) Organization: http://groups.google.com Lines: 24 Message-ID: <17953706.1221.1332094037167.JavaMail.geo-discussion-forums@vbbfy7> References: <29481981.185.1331853938104.JavaMail.geo-discussion-forums@vbgx21> <158540.17.1332077036726.JavaMail.geo-discussion-forums@vbhv6> NNTP-Posting-Host: 92.232.145.51 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1332094384 618 127.0.0.1 (18 Mar 2012 18:13:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 18 Mar 2012 18:13:04 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.232.145.51; posting-account=uqyxUAoAAABcSS4a_YJ2TIruE4RM57ct User-Agent: G2/1.0 X-Received-Bytes: 2267 Xref: csiph.com comp.lang.basic.visual.misc:973 On Sunday, 18 March 2012 15:51:35 UTC, Mike Williams wrote: > wrote in message > news:158540.17.1332077036726.JavaMail.geo-discussion-forums@vbhv6... > > > > File "start.cmd" code is > > copy msvbvm50.dll %WinDir%\syswow64 /y > > start install.exe > > exit > > '...................................................................... > > A mystery is that making the dos window visible for > > "start.cmd" reveals that it reports "1 file copied"..... > > I thought syswow64 existed only on 64 bit systems? > > Why don't I get "directory not found"? > ....copy msvbvm50.dll %WinDir%\syswow64\msvbvm50.dll /y.... > Thanks Mike. Got your point. When I put in the corrected line you supplied, as above, the dos window says "system can't find the specified directory" (or words to that effect), as expected. Fortunately, it continues to the next line and starts the VB "wrapper" program, "install.exe". > Is your install stuff running as Admin by the way? Mmm. I don't think the self extracting .exe makes any request for administrator status, now I come to look at it.