Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 777 Bytes

Installer.md

File metadata and controls

12 lines (10 loc) · 777 Bytes

Generating the mongosis.msi Installer

Run through the following steps to recreate the mongosis.msi installer:

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