Wise Command Switches

So in case you get in touch with a wise installation here are command switches you might need.

/T _ is a Test mode
/X pathname _ will extract all files into pathname
/Z pathname _ will extract all files into pathname and reboots afterwards
/S = quietmode

Weiterlesen »

Adobe Acrobat Regkeys

Maybe you want to disable functions so that the user can’t get to them.

here are 6 Regkeys in case you don’t want to repackage the whole msi.

HKEY_CURRENT_USERSoftwareAdobeAdobe Acrobat9.0OriginalsiTrustedMode DWORD = 1

HKEY_CURRENT_USERSoftwareAdobeAdobe Acrobat9.0OriginalsbAllowOpenFile DWORD = 0

Weiterlesen »

NetIQ Security Manager 6.5.3

So i encountered some problems during the installation of the SP3 of NetIQ SM 6.5

I got two errors that the

“NetIQ SM Agent Communication performance counters”

and the

“Net IQ SM Agent Container Performance performance counters”

couldn’t be installed.

Weiterlesen »

NetIQ SM 6.5.(3) Command line

A command line for Silent install of the NetIQ SM 6.5.3

Netiq.msi /qn /l*v "%TEMP%ManualAgent_v65msi.log" Reboot="ReallySuppress" SM_CENTRALCOMPUTER="%MYSERVER%" SM_CONFIGURATIONGROUP="%MYGROUP%"

MSI Command line switches

This isn’t really something new. But there are still new people into deploying software.

To find out what MSI Command line switches can be used, you open a command window (cmd) and just drag and drop your msi file into it.
after your msi you type /? or /help so that it looks something like this.

"pathappname.msi" /?

Weiterlesen »

BiosConfigUtility from HP

The Tool BiosConfigUtitlity from HP can help you to read out the Bios Configuration of an HP PC, and if you like to save the changes you made.
you’ll find it in the SSM Pack from HP
Download SSM
If you like this remote of a network you might need the PSTools from Sysinternals (Microsoft)
PSTools

How to use BiosConfigUtility.exe: Quick Guide

Weiterlesen »