ok...

---- i know these are the vb required files... :P
Code:
[Bootstrap Files]
[email protected],$(WinSysPathSysFile),,,6/18/98 12:00:00 AM,102912,6.0.81.69
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
[email protected],$(WinSysPathSysFile),$(TLBRegister),,4/13/08 9:12:08 PM,16896,5.1.2600.5512
[email protected],$(WinSysPathSysFile),,,4/14/08 5:41:50 AM,65024,5.1.2600.5512
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:04 AM,84992,5.1.2600.5512
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:04 AM,551936,5.1.2600.5512
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:02 AM,1384479,6.0.98.2
but these are my references in my application
Code:
[Setup1 Files]
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:32 PM,129872,6.1.98.16
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:36 PM,278352,6.1.98.16
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:40 PM,1069376,6.1.98.16
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:41:54 AM,619008,5.3.2600.5512
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),9/10/08 2:14:56 AM,1307648,6.20.1099.0
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),1/12/99 3:19:12 PM,208896,4.0.4.2512
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:42:00 AM,200704,2.81.1132.0
[email protected],$(WinSysPath),,$(Shared),4/13/08 10:56:10 PM,81920,2.81.1132.0
[email protected],$(AppPath),,,7/13/09 11:43:24 PM,10841088,11.0.5721.5268
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),6/3/09 8:09:37 PM,1291264,6.5.2600.5822
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:42:06 AM,741376,5.1.4111.0
DX7vb.dll - direct x 7 - i use a gamepad as a remote for my app.

file 2 - data grid i removed, i forgot to remove the checkbox off the ocx controls,
file 9 - WMP ive removed, since i went a different route since WMP doesnt seam to let me search the library with wild card i built my own library database [meaning i can actually remove WMP off my machine - giving me space for a few more mp3's]

ive replaced the ADO stuff wit the ado redist file

Quartz.dll - anyone know what that is?

and also what from the SDK for SAPI do i need to ship with my application

which of those files do i actually need to ship? do i need the DX7VB.dll? or is DX compatible?

ive tried installing my app on my other xp machine, it all runs, EXCEPT: the SAPI doesnt load and gives ERROR 91 [ even though i have error handling to contain it, it STILL gives the error????? ]
Do i need to switch it to LATE BINDING?

Code:
Dim WithEvents RecoContext As SpSharedRecoContext
Dim Grammar As ISpeechRecoGrammar

'thats in my declarations then i use
' in my load proceedure
set recocontext = new spshared......
i dont fancy having to ship the whole SAPI SDK if i dont have to... - i dont do i?