Dropbox Deployment Script

<#
Setup.ps1
 
Uninstalls* all versions of DropBox and installs latest
 
* Dropbox does not install for all users, it installs for the installing user, and that
user requires administrative acces…

Virtualization of Corel PaintShop Pro x4 and x5-- Remove Updates and Stop Registration Pop-Ups

Hi,

This was a bit  tricky at first because the support guys had no idea and there solution did not work ,any way this solution works fine 

copy the files to your work station and then downlo…

Nvivo 9 Silent Activation

I am trying to deploy the Nvivo 9 activation.xml silently but following the instructions posted on their site do not work for me.  The XML files goes to the proper location no problem but launc…

Using the KACE Configuration Policy to install the Ultra VNC Client in 5.4

The UVNC client wizard will install the viewer on systems that need to be accessed remotely via the Machine Action button in the K1000. 

 

Start by going to the Scripting section and clicking…

Silent instlaling Wise Regstry Cleaner

I am trying to make a Silent installation of Wise Registry Cleaner. Using Windows XP.

Deploying Nero 11 Suite

Extract the software using any extractor. For the installing Nero 11 Suite silently without reboot we got to edit the setup.ini file. Remove the “PreReq20= Reboot Validator.prq” and “PreReq18= …

Deploying Altova Missionkit Mapforce, XMLStyle, StyleVision and other Altova Products

Create a transform and then put the license in the C:\ProgramData\Altova\MapForce2012 Folder so the software to get activated.

Normally the license would be comething like mapforce.lic


 For…

Microsoft Visual Studio 2012 Premium

Silent Installation:

vs_premium.exe /quiet /silent /noweb /norestart.

 

Cannot turn off the updates as they are set after the program is launched, which is are user specific.

These are the …

Microsoft Internet Information Services(IIS) 7 Manager

Deploying  IIS 7 Manager is pretty simple. 

You need to enable a feature IIS Management Console before installing the software. In order to enable the feature for this three command lines are …

Silent Install commands for MyDefrag 4

User sees nothing

"Path of MyDefrag Install" /verysilent

User sees instalation Screen    

"Path of Mydefrag Install" /silent

ex

"C:/MyDefrag-v4.3.1.exe" /verysilent

 

http://www.mydefrag…

Cisco IP communicator 8.6.1.0

I used this command line to deploy the TFTP.

msiexec /i ciscoipcommunicatorsetup.msi /qb TFTP1=IP address TFTP=IP address no quotes if you use quotes it fails to assign the TFTP IP address. 

Deploying Toad for Oracle 11.0 R2

Deploying it Via SCCM 2007

1. Go to the below link to extract the MSI's from the setup.exe

http://us-downloads.quest.com/Repository/support.quest.com/Toad%20for%20Oracle/11.0/Documentation/11…

Packaging EMC Avamar for Windows 6.0.100.592

Win 7 OS:

 

Packaging Step1 :

Use Installshield "Tuner" to create mst for "AvamarClient-windows-x86_64-6.0.100-592.msi"

 

Step2: Automate EMC Avamar Client activation:

Once the applicatio…

ITNinja Integration with Bundle Commander

Bundle Commander is a pretty cool concept-- it helps you to create silent installation packages for popular software. For several popular products there are custom wizards that provide the opti…

OpenOffice 3.3 Silent (Network) Installation

After a bajillion websites and posts, I finally figured out a pretty good way to deploy this program large scale. It's not ideal, because the MSI can't run directly, but by running the setup as…

InstallShield Setup Silent Installation Switches

Link

Those setup.exe files generated with InstallShield inherently support the creation and use of answer files that may be used to silent install applications. Although it has no logic to han…

InstallShield Error Codes (Setup.log)

Setup.log is the default name for the silent installation log file and its default location is the same folder where Setup.ins is located. You can specify a different name and location for Setu…

AppDeploy Command Line Installation Tips

Command Line Installations
Triggering unattended application installation from the command line.

The surest way to deploy an application with the least amount of issues is to use the setup…