I have a program that I want to install on my wife's Windows 11 computer (does not have Visual Studio/6 on it). The program consists of a database, some jpg images and icons, References to DAO (probably not used any more but still exists in the list), ADO, MS Word, Scripting Runtime and MS Speech.
Using The Package and Deployment feature, it asks me to include Jet 2.x: Jet 2.x along with include ODBC Direct and ODBC with Jet Workspaces. Which of these, if any, do I need to Include?
I see a list of files to include (already checked):
My Database
My Executable
COMDLG32.OCX
DAO350.DLL
expsrv.dll
UNCHECKED: MDAC_TYP.exe
msado60.lib
MSFLGRD.OCX
MS JET35.DLL
MSJINT35.DLL
MSJTER35.DLL
MSRD2X35.DLL
MSREPL35.DLL
MSVCRT.DLL
MSWORD.OLB
RICHED32.DLL
richtx32.ocx
sapi.dll
scrrun.dll
SETUP.EXE
SETUP1.EXE
schwapi.dll
ST6UNST.EXE
VB5DB.DLL
VB6 Runtime and OLE Automation
VB6STKIT.DLL
vbajet32.dll
VBFLGRID13.OCX
...and a few jpg files were listed
I do have an MSFlexGrid as well as a VBFlexGrid, and a Richtextbox (along with several other controls on 4 different forms).
I want to make a single CAB file and then run the SetUp on my wife's computer. Before I attempt (and probably screw up her system), I kinda want to know about that Jet stuff above, as well as from that list above what I should include or not include. (Like also, why was MDAC unchecked...need it on modern computers?)
Using The Package and Deployment feature, it asks me to include Jet 2.x: Jet 2.x along with include ODBC Direct and ODBC with Jet Workspaces. Which of these, if any, do I need to Include?
I see a list of files to include (already checked):
My Database
My Executable
COMDLG32.OCX
DAO350.DLL
expsrv.dll
UNCHECKED: MDAC_TYP.exe
msado60.lib
MSFLGRD.OCX
MS JET35.DLL
MSJINT35.DLL
MSJTER35.DLL
MSRD2X35.DLL
MSREPL35.DLL
MSVCRT.DLL
MSWORD.OLB
RICHED32.DLL
richtx32.ocx
sapi.dll
scrrun.dll
SETUP.EXE
SETUP1.EXE
schwapi.dll
ST6UNST.EXE
VB5DB.DLL
VB6 Runtime and OLE Automation
VB6STKIT.DLL
vbajet32.dll
VBFLGRID13.OCX
...and a few jpg files were listed
I do have an MSFlexGrid as well as a VBFlexGrid, and a Richtextbox (along with several other controls on 4 different forms).
I want to make a single CAB file and then run the SetUp on my wife's computer. Before I attempt (and probably screw up her system), I kinda want to know about that Jet stuff above, as well as from that list above what I should include or not include. (Like also, why was MDAC unchecked...need it on modern computers?)