Add Files to Setup Project

Add-in Express™ Support Service
That's what is more important than anything else

Add Files to Setup Project
Create a Setup Project 
Andreas Waning


Guest


Hello
I created a setup project (msi)

That works fine. But now I want to add a SQLite Database File to my setup project.

How to do that ?

Thanks Andreas
Posted 24 Apr, 2016 14:36:37 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Andreas,

You can use https://msdn.microsoft.com/en-us/library/h2a99e5c%28v=vs.80%29.aspx to add files to your setup project.
Posted 25 Apr, 2016 04:22:46 Top
Andreas Waning


Guest


Hi Dmitry,

must I add the file to my project or to the Setup project ?

I Create the Setup Project from Contextmenu

AddinExpress -> Create Setup Project (Wix)

I have no idea where I can add files ?

Thanks Andreas
Posted 25 Apr, 2016 14:40:36 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Andreas,

Yes, you need to add the file (SQLite database file) to your setup project. Since you are using WiX, you can open the Product.wxs source file and modify its contents manually. Please have a look at the following links, they will help you to learn the WiX XML schema:
http://wixtoolset.org/documentation/manual/v3/xsd/wix/directory.html
http://wixtoolset.org/documentation/manual/v3/xsd/wix/component.html
http://wixtoolset.org/documentation/manual/v3/xsd/wix/file.html

As an alternative, you can try our https://www.add-in-express.com/wix-designer/index.php product.
Posted 26 Apr, 2016 04:49:48 Top