C3 Security Consulting LLC
Confidentiality
Integrety
Availability
company banner
HomeSecurityServicesVistaInformationCompany
  
floating layer default test box
Windows Vista
Overview
I.Unattended Install
II.Custom Vista Image
III.Deploying with
BDD Workbench
Creating Unattended
Application Installations
On this page:
VM Ware
MS Office 2007
Related Links
Help Net Security
A great resource for both tools and information.
Read Linux partitions from Windows
This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer.
WaveSec
WaveSec is a part of the FreeS/WAN project looking at how it FreeS/WAN applies to Wireless LANs. They provide tools, documentations and sample configurations.
Microsoft Baseline Security Analyzer
Microsoft Baseline Security Analyzer (MBSA) is an easy-to-use tool designed for the IT professional that helps small- and medium-sized businesses determine their security state in accordance with Microsoft security recommendations and offers specific remediation guidance.
Security Focus
A great selection of tools and utilities.

Preparing Applications for unattended instalation

Print view

Without considering the behavior of individual applications during the installation process, the unattended chaining of tasks can be terminated prematurely. Applications that require a user response need to be identified and alternative setup parameters applied. The same problems apply to applications that require license keys or a reboot of the computer.

Here are a few example applications and how each has overcome these issues.



Adding VM Ware tools as an application

  1. Mount the windows.iso file.
  2. Expand the source files to a temporary directory:
  3. Setup /a and follow the prompts
    Note: it is possible that not all the files needed are extracted to the necessary directories. There should be (along with the MSI file) two sub-directories; Program Files and System32. Copy these directories from the original installation CD (Windows.iso), and over write the directories extracted by the setup program.
  4. Within Deployment Workbench add an application and select the option to copy the source files.
  5. Use the installation command line:
  6. msiexec.exe /i "vmware tools.msi" /qn ADDLOCAL=ALL REBOOT="ReallySuppress" /log %tmp%vmtools.log
  7. Finally, either within any other applications listed in Deployment Workbench, create a dependency on the completed installation of the tools application, or assign the installations as synchronous or consecutive tasks.



Customizing Microsoft Office 2007 for an unattended installation.

  1. Open a command prompt and navigate to the Office source files.
  2. Run Setup /admin to start the customization tool.
  3. Select Create a new Setup customization for the following product: and highlight Microsoft Office Enterprise 2007.
  4. Scroll down to Licensing and user interface and enter the volume license key. (Currently, an evaluation version of Office 2007 can be downloaded from Microsoft for a 60 day trial).
  5. Check the I accept the terms in the License Agreement check box.
  6. Even if it is anticipated the customization will only be used for fully unattended installations, it is still worth leaving the Display level at Full. The duration of the installation is quite long and so displaying the installation splash screen will prevent the appearance of a “hung” process. However, to avoid disruption to the installation, check the No cancel check box.
  7. The selectable options under Features are very granular. It is worth spending time configuring these settings, for the environment and user community, to reduce installation time.
  8. Click File and Save As. Save the file with the Office source files, and name it appropriately, e.g. “MyOffice07.msp”.
  9. To run the customized installation use the syntax:
setup.exe /adminfile MyOffice07.msp

▲Top of page
Did you know?
Live CD
If you want to test a new/different version of Linux, there are many "live CD" distributions that allow you to boot into the operating system without needing to install it on the hard drive.
Many wireless access points, public and private, are open.
In a study of 2600 around Indianapolis, researchers from the University of Cambridge found 46% running with no encryption, and many were still using default settings.
Almost half of all companies surveyed spend less than 2% of their IT budget on security.
And of that figure, 40% spent less than 1% citing the engagement of senior management as a significant obstacle.
An average of $1,300 is spent per employee in companies of $10m revenue or less.
This is 10 times greater than companies with revenue of $100m - $1bn. Unable to realize the economies of scale, smaller companies spend disproportionately higher amounts on security - learn how to leverage lessons learnt by larger companies.
Frozen Explorer session?
If your explorer session has stopped responding, hit CTRL+SHFT+ESC to bring up taskmanager. On the processes tab, look for explorer.exe in the Image Name column and hit the End Process button. Your windows session will now seem to disappear. It can be restarted in taskmanager by going to File>New Task (Run) and typing explorer.exe.