Run through the following steps to recreate the mongosis.msi installer:
- Install the WiX toolset from (http://wix.sourceforge.net/) (Note that this installs handy Visual Studio plugins)
- Open the project in Visual Studio
- Make sure the correct MongoSsisDataSource.dll file is in the 'Installer' folder
- Under 'Installer' in the 'Solution Explorer', right click 'References' and select 'Add References...'
- Select and add the 'WixUIExtension' Reference
- Ensure the 'ProductVersion' in the 'Product.wxs' file matches the version defined in the 'AssemblyInfo'
- Right click the 'Installer' in the 'Solution Explorer' and select 'Build' in 'Release' mode
- Find the mongosis.msi file under the bin/Release folder.