WiseScript

WISE Script vs VBScript

WISE Script vs VBScript

piyushnasa's picture

Many times I come across articles, where people discuss on which to choose WISE Script or VBScript while creating Custom Action in the package. Here are some advantages and disadvantages of both.

3.64516
Average: 3.6 (31 votes)
How to Force a Reboot Using WiseScript

How to Force a Reboot Using WiseScript

marcoads's picture

Want to use WiseScript to force a reboot, but do not know how? These steps can help you do just that. This tip will tell you the commands to use in order to reboot with WiseScript.

3
Average: 3 (17 votes)
Deleting Temporary Files and Folders

Deleting Temporary Files and Folders

Filed under: WiseScript Scripting
eshwar's picture

You can manually delete temporary files and folders from the following locations:

[C:\Documents and Settings\<username>\Local Settings\Temp]

[C:\Documents and Settings\<username>\Local Settings\Temporary Internet Files]

You can ignore the above method since there is a smart way to do it. Just execute the following script and you are done.

3.363635
Average: 3.4 (33 votes)
Creating Installations for Device Driver Applications Using DPInst

Creating Installations for Device Driver Applications Using DPInst

When a Driver application gets installed on to a machine, it installs driver information like PNF, INF, CAT files in the location "C:\Windows\inf". By default, these files will be named as oemXX.pnf or oemXX.inf where XX stands for the number. Ex: oem1.INF, oem1.PNF and so on. So when we do a capture of such applications, these XX values will be hard coded which does affect many other device driver applications which are pre-existent in the machine. Hence, in this case we used to customize the package by writing few Custom actions using "setupapi.dll" in such a way that it checks for the max XX value which is present in the machine and install the PNF or INF file of the package.

3.68
Average: 3.7 (25 votes)
Windows Installer 4.5 is Available

Windows Installer 4.5 is Available

Windows Installer 4.5 is now available as a redistributable system component for the following operating systems:

3.911765
Average: 3.9 (34 votes)
COMPACT.EXE Search Parameters

COMPACT.EXE Search Parameters

CondorMan's picture

If your workstations are using the NTFS file system, you can use COMPACT.EXE that is included with Windows to compress files with a certain extension. For example, to compress all of the .CHM files (which are rarely used), use the command: COMPACT /C /S:C:\ *.CHM

3.507935
Average: 3.5 (63 votes)
Adobe FlashPlayer Upgrade Script

Adobe FlashPlayer Upgrade Script

robertser's picture

With all the fuss going around about the vulnerabilities in Adobe FlashPlayer it is important to make sure you stay at the most current version. But did you know that simply installing the current version of Flash does not always uninstall older versions.

3.836065
Average: 3.8 (61 votes)
How to Copy Files to User Profiles Using WiseScript

How to Copy Files to User Profiles Using WiseScript

WiseUser's picture

Definition: A user profile is a group of settings and files that defines the environment that the system loads when a user logs on.

It includes all the user-specific configuration settings, such as program items, screen colors, network connections, printer connections, mouse settings, and window size and position.

3.65306
Average: 3.7 (49 votes)
UNinstalling an MSI  Without VBscript

UNinstalling an MSI Without VBscript

Anovatek TilakGovind's picture

You've probably 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.

Maybe the 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.

3.881355
Average: 3.9 (59 votes)
Calling a Batch File Through  VB Script

Calling a Batch File Through VB Script

Anovatek TilakGovind's picture

There would be some situations where we need to call Batch file from Scripts. Here the script to call INSTALL.bat

3.588235
Average: 3.6 (51 votes)
Syndicate content Syndicate content