A simple unit converter written in Visual Basic. This app has a pretty self-explanatory GUI. Additionally, this app has a portable version that doesn't need to be installed alongside the ordinary installable version.
- Windows 7 or later
- Download the installer or build it (see next section)
- Run the installer, and select whether you want to install it to your system's Program Files or just for your user.
- Install a version of Microsoft Visual Studio that supports .NET 4.0.
- Open up the solution within src\MultiUnit. From the menu bar, hit Build > Build MultiUnit.
- Windows 7 or later: Now, install Inno Setup if you haven't. Then, compile the installer from the installer folder.
- Use the Build > Clean MultiUnit in VS first
- Because the installer outputs in a separate folder, clean up the installer using the clean.bat located in the installer folder.