Downloads, Application Packaging

Uninstall MSI with VBScript

Uninstall MSI with VBScript

I'm sure you've come across times when you need to deploy an application, but before you can install it, you need to make sure another application is uninstalled. Whether that other application is a previous version of the new application or just something that isn't compatible with the new application. Or maybe you just need to remove an application from a system without installing anything new. I put together this script to handle these situations and have used it many times.

3.714285
Average: 3.7 (49 votes)
Using WiseScript to Help with Novell Client Updates

Using WiseScript to Help with Novell Client Updates

Here's a WiseScript I wrote to help out with the chore of installing updates to the Novell Client. To install the Client updates silently, acu.txt must be configured and the setupnw.exe runs with the /acu /acu.txt parameters.

To use the script, rename it to .wse and compile it with WiseScript for Notification Server.

3.796295
Average: 3.8 (54 votes)
WiseScript to Help with GroupWise 7 Installs

WiseScript to Help with GroupWise 7 Installs

Here's a very useful WiseScript you can use to install the Novell GroupWise client. One of the things the script does is validates whether or not GW is already installed before continuing.

3.793105
Average: 3.8 (58 votes)
Balloon Notification System

Balloon Notification System

Seventy Five Percent of my users are remotely connected through VPN and work on production when connected, so reboots, service packs, and production app upgrades are all tricky to handle. So I decided to put some time into a nifty communication system to notify my users of what I am doing, or what I need them to do.

4.088235
Average: 4.1 (68 votes)
Using WiseScript to Register DLLs

Using WiseScript to Register DLLs

If you are not comfortable using the self reg table in Wise for registering DLLs, here's a WiseScript that can register the set of DLLs in the application. Better yet, the WiseScript can be used in a custom action.

3.583335
Average: 3.6 (36 votes)
GPartEd Partition Resizing Tool

GPartEd Partition Resizing Tool

Support and development personnel are now mainly using virtual platforms for their test environments.

GPartEd is a very handy tool which will allow you to resize your virtual HDD as well as physical ones.

4.055555
Average: 4.1 (36 votes)
Tool to Expose/Hide the Global Catalogue Assembly

Tool to Expose/Hide the Global Catalogue Assembly

This tool allows you to expose/hide the GAC instead of either manually editing the registry or merging it with a registry file, as explained in my last post about this subject.

3.38095
Average: 3.4 (21 votes)
Finding an Item Within the Altiris Console

Finding an Item Within the Altiris Console

This is a tool created with WiseScript that asks for the ItemGuid you are trying to locate within the Altiris Console, the SQL Server name, the database name and the version of SQL that the NS is using.

It produces output that starts at the root tab item and works its way down the tree, stopping at the tree node that contains the item that you are looking for.

3.68421
Average: 3.7 (19 votes)
Quickly Unpack an MSI

Quickly Unpack an MSI

When you want to know what an MSI contains or if you want to just extract a single file from a single MSI you usually open a cmd and type something like "msiexec /a name.msi".

3.85
Average: 3.9 (20 votes)
Detect OSQL

Detect OSQL

Filed under: WiseScript Database

Here's a script (written in WiseScript) that checks to see if OSQL exists on a PC. If the script finds OSQL, it retrieves file pathname.

The script can be used to find OSQL and to run SQL statements using the OSQL engine.

3.1875
Average: 3.2 (16 votes)
Syndicate content