WiseScript
WISE Script vs VBScript
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.
How to Force a Reboot Using WiseScript
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.
Deleting Temporary Files and Folders
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.
- 4 comments
- Read more
- 1135 reads
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.
- 4 comments
- Read more
- 1923 reads
Windows Installer 4.5 is Available
Windows Installer 4.5 is now available as a redistributable system component for the following operating systems:
- 2 comments
- Read more
- 779 reads
COMPACT.EXE Search Parameters
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
Adobe FlashPlayer Upgrade Script
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.
- 4 comments
- Read more
- 1582 reads
How to Copy Files to User Profiles Using WiseScript
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.
UNinstalling an MSI Without VBscript
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.
- 12 comments
- Read more
- 2545 reads
Calling a Batch File Through VB Script
There would be some situations where we need to call Batch file from Scripts. Here the script to call INSTALL.bat
- 4 comments
- Read more
- 2295 reads
















Recent comments
16 hours 27 min ago
16 hours 45 min ago
18 hours 59 min ago
19 hours 1 min ago
23 hours 11 min ago
1 day 3 min ago
1 day 57 min ago
1 day 4 hours ago
1 day 4 hours ago
1 day 5 hours ago