Installshield examples for installing/UNinstalling software remotely

Examples : Record the UNinstall and run the iss file: setup.exe /r /f1c:\me\killit.iss setup.exe /s /f1c:\me\killit.iss /f2c:\me\killit.log Record the install and run the iss file: setup.exe /r /f1c:\me\installit.iss setup.exe /s /f1c:\me\installit.iss /f2c:\me\installit.log psexec \\xp-test -i 1 %logonserver%\netlogon\me\killit.cmd   http://unattended.sourceforge.net/installers.php MSI packages Microsoft’s own Windows Installer Service is the nominal standard, and if everybody used it, there would … Read more