Archiv nach Monaten: Mai 2011

Silent install SQL 2008 R2

Be for you can Deploy SQL2008R2 Silently you have to create a Configuration File
For that you go to you installation Medium like The DVD or the place where you stored all files and double-click on setup.exe
You follow the installation right to the point when it is ready to install. Here you will find the path to the ConfigurationFile.ini save this file.
Cancel the Installation and open the ConfigurationFile.ini
You can now edit the file for your needs. To know what you can do where you can start the setup.exe from the command prompt with the command line parameter /?
SQL2008R2DVDsetup.exe /?

Weiterlesen »

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 »