Prev: Running a VB6 program under Windows 7 XP Mode (sorry for x-post)
Next: VB6 Data missing when writing to a text file.
From: Nobody on 18 Jan 2010 11:16 "jerryys" <jerryys(a)discussions.microsoft.com> wrote in message news:6A9D3AF1-258F-46B3-B316-ABF264E1D647(a)microsoft.com... > thanks i will try. reinstalled and same problem. any ideas as to the > deployment wizard not working but just hanging with a PDMAN 98 not > responding. Try Inno Setup instead which looks more modern: http://www.jrsoftware.org/isinfo.php http://www.jrsoftware.org/iskb.php?vb
From: Ralph on 18 Jan 2010 12:43 jerryys wrote: > thanks i will try. reinstalled and same problem. any ideas as to the > deployment wizard not working but just hanging with a PDMAN 98 not > responding. but when i move the same project file > to a 32 bit system the wizard works great, so its not in the project > file generated > in the 64 bit system. thanks > > jerryys > I'm assuming you are getting this error within the Wizard. You might try running the program directly from the command line. [I don't have access to VB6 atm... so this is 'Air Code'.] Do a "Pdcmdln.exe /?" this will provide a list of the options. You will invoke it using something like this ... PDCmdLn.exe C:\Project1\Project1.vbp /p "MyPackage" /d MyRelease /l "C:\Project1\MyLog.log" [You might want to use other options.] Doing this within the same context - should give a better view of what might be going wrong. Permissions, missing components, can't reads, ???? If you are still getting errors, using the tools from http://technet.microsoft.com/en-us/sysinternals/default.aspx may help to further locate the problem. -ralph
From: MikeD on 18 Jan 2010 18:30 "jerryys" <jerryys(a)discussions.microsoft.com> wrote in message news:6C246DAF-2BD4-4B51-A411-D13CE81CDA66(a)microsoft.com... > thanks i will try. any ideas as to the deployment wizard not working but > just > hanging with a PDMAN 98 not responding. but when i move the same project > file > to a 32 bit system the wizard works great, so its not in the project file > generated > in the 64 bit system. thanks > Please quit asking the same question over and over. That's at least 3 that I count now (and one of those multiposted to a different newsgroup). You're just making things harder on people. -- Mike
From: jerryys on 18 Jan 2010 23:16 thanks i believe this is definitely the way to go. i wonder since many have installed vb6 on 64 bit vista, etc. have they ever tried the deployment wizard? jerryys "Ralph" wrote: > jerryys wrote: > > thanks i will try. reinstalled and same problem. any ideas as to the > > deployment wizard not working but just hanging with a PDMAN 98 not > > responding. but when i move the same project file > > to a 32 bit system the wizard works great, so its not in the project > > file generated > > in the 64 bit system. thanks > > > > jerryys > > > > I'm assuming you are getting this error within the Wizard. > > You might try running the program directly from the command line. > [I don't have access to VB6 atm... so this is 'Air Code'.] > > Do a "Pdcmdln.exe /?" this will provide a list of the options. > > You will invoke it using something like this ... > PDCmdLn.exe C:\Project1\Project1.vbp /p "MyPackage" > /d MyRelease /l "C:\Project1\MyLog.log" > [You might want to use other options.] > > Doing this within the same context - should give a better view of what might > be going wrong. Permissions, missing components, can't reads, ???? > > If you are still getting errors, using the tools from > http://technet.microsoft.com/en-us/sysinternals/default.aspx > may help to further locate the problem. > > -ralph > > > > > > . >
From: jerryys on 18 Jan 2010 23:17 thank you very much for the links. jerryys "Nobody" wrote: > "jerryys" <jerryys(a)discussions.microsoft.com> wrote in message > news:6A9D3AF1-258F-46B3-B316-ABF264E1D647(a)microsoft.com... > > thanks i will try. reinstalled and same problem. any ideas as to the > > deployment wizard not working but just hanging with a PDMAN 98 not > > responding. > > Try Inno Setup instead which looks more modern: > > http://www.jrsoftware.org/isinfo.php > > http://www.jrsoftware.org/iskb.php?vb > > > . >
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: Running a VB6 program under Windows 7 XP Mode (sorry for x-post) Next: VB6 Data missing when writing to a text file. |