News

Can you safely delete, remove or clean up unused .MSI and .MSP files from Windows Installer folder in Windows 11/10? This post covers 3 tools that let you do so.
How to Run MSI in Silent Mode. If you need to install a program or package on a client's computer, but don't want anyone to tamper with the installation, you must run the MSI in silent mode ...
Open Notepad and create a file named "msi_run.vbs". Insert the following code at the beginning of the file to create a VBScript object that can execute commands on a Windows system:Dim runner ...
I have a .msi package represnting the Citrix ICA client verison 9 for 32-bit Windows. I want to customize this package so that when users install it they are already pointed to our Citrix server ...