开发者

Is it possible to create an installer that includes ms sql express? (wihtout separate exe)

开发者 https://www.devze.com 2022-12-09 14:21 出处:网络
Is it possible to create an installer that includes ms sql express? I currently i开发者_StackOverflow中文版nstall ms sql express via setting the setup project\'s pre-requisites.It outputs 2 files, an

Is it possible to create an installer that includes ms sql express?

I currently i开发者_StackOverflow中文版nstall ms sql express via setting the setup project's pre-requisites. It outputs 2 files, an msi and a setup.exe. The setup.exe will detect is SQL express is installed and install it. It works great. But now I have to distribute 2 files...

I'd like to combine everything inside the .msi. is that possible?


You can pack them both in a self-extracting zip file (.exe file extension) that runs setup after extract.

0

精彩评论

暂无评论...
验证码 换一张
取 消