PDA

Click to See Complete Forum and Search --> : [RESOLVED] VText.dll, dependency info


California88
Aug 14th, 2008, 08:16 PM
I have a VB6 program which uses the Microsoft Voice Text component. The program runs OK on my PC, but I am having trouble with the Package and Deployment Wizard. I have not used the Wizard before, so I'll just say what I did:

Open Wizard > Click "Package" > Packaging Script = "(None)" > Package type = "Standard Setup Package" > (Select Folder Location)

When I clcik "Next" at this point I get a message about VText.dll not having dependency information. I have attached a screenshot of this message.

What do I do from here? Thanks!

66087

Hack
Aug 15th, 2008, 06:28 AM
Moved To Application Deployement

Say OK and see what happens.

Do you have a "clean" test machine you can use to test out your install package?

dilettante
Aug 17th, 2008, 09:58 PM
See Speech SDK 5.1 (http://www.microsoft.com/downloads/details.aspx?FamilyId=5E86EC97-40A7-453F-B0EE-6583171B4530&displaylang=en) or a later version.

There are over 130MB of dependencies.
If you want to redistribute the Speech API and/or the Speech engines to integrate and ship as a part of your product, download the Speech 5.1 SDK Redistributables file (SpeechSDK51MSM.exe).

Note that they are packaged as a Windows Installer merge module there. Thus there is no easy way to package via PDW and you might try VS Installer 1.1 instead.

California88
Aug 17th, 2008, 10:49 PM
Thanks Hack and dilettante.
I think I have resolved the problem. I installed the Visual Studio Installer 1.1 http://msdn.microsoft.com/en-us/vs2005/aa718352.aspx
and created an installer for my program through that. Everything seems to be working OK.
:)

Edit: (I tried clicking OK on that dialog box in my first post, but when I tried to use that installer for my program it would not install successfully)