Category Archives: Installers

Windows Installer: Removing Folders


Recently I put together a Windows Installer package (MSI file) for our team to use internally. Without you having to do any extra work, the Windows Uninstaller automatically takes care of deleting any folders where it installed content. However, if an app … Continue reading

Posted in Computers and Internet, Installers, Microsoft, WiX | Leave a comment

Windows Installer: Firewall Settings


Recently I put together a Windows Installer package (MSI file) for our team to use internally. The app I was installing communicates with other apps on our internal network, and it requires certain network ports be open for ICMP and … Continue reading

Posted in Computers and Internet, Installers, Microsoft, WiX | Leave a comment

Windows Installer: Modify Config Files


Recently I put together a Windows Installer package (MSI file) for our team to use internally. The app I was installing writes to temporary storage, and the app stores a reference to the temporary storage folder in AppConfig.xml, which is included in … Continue reading

Posted in Computers and Internet, Installers, Microsoft, WiX | Tagged , , | Leave a comment

Windows Installer: Shut down System Tray Apps


Recently I put together a Windows Installer package (MSI file) for our team to use internally. The package installs a system tray app (sometimes called a notification app or notification area app). One common property of system tray apps is that they … Continue reading

Posted in Computers and Internet, Installers, Microsoft, WiX | Tagged , , | 2 Comments