News

Click the Windows Start button and select "Computer" from the menu to open Windows Explorer. Navigate to the folder that contains your MSI file.
An EXE file can be an installer, a program, or just code. An MSI file is a Microsoft Installer file use to install a program using the Windows Installer.
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 ...
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 ...