How to install visual studio 2010 setup project with MS Access database on a computer which is not having Office 2010 installed?

前端 未结 2 1980
一向
一向 2020-12-06 15:34

I am developing wpf application in C#. I have successfully created the setup project for wpf application in visual studio 2010. I have used MS Access 2010 as a database. It

2条回答
  •  自闭症患者
    2020-12-06 15:48

    You migth be able to use Microsoft Access Database Engine 2010 Redistributable

    -- Update --
    To add custom prerequisites you need to create a Bootstrapper Package here are some instructions: Creating Bootstrapper Packages
    Deploying Custom made Visual Studio prerequisites using Bootstrapper Manifest Generator

    -- Update 2 --
    For 64-bit implementations see comment from Massood Khaari below.

提交回复
热议问题