Search code examples
windowsinstallationwindows-installer

Simple tool to create an MSI


Our company release a new version every month, with the latest data. We currently supply a CD with the installation program to our customer. We had the request to create a MSI file.

I am looking for a MSI tool that simply create/copy a folder on the C:\.

In the best scenario the solution would be an application that we only have to install. We do not want to program it all.


Solution

  • You can try WiX toolset with the help of WiX Tutorial. It should be quite easy to make a simple installation.

    And don't forget to think about Upgrade policy: whether the installed package should be automatically updated with a newer one.