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
Sysinternals Security Freeware (now owned by MS)
A great range of freeware tools for the beginner and expert alike.
An alternative OS for iPAQ
If you like Linux and have an iPAQ you can replace the OEM O/S with a Linux kernel.
Insecure.org
Scanners, sniffers, and many more useful tools for the security minded.
Cerberus
Cerberus, an IPsec implementation from NIST. This implementation contain many different encryption cypher (including all the AES finalists), but is subject to US export controls.
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.

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?
The easiest way to get someone's password - ask.
Make sure you have adequately trained you employees to expect and recognize "social engineering" attacks.
Many security initiatives fail to have longevity.
Because they are not presented to senior management as a business need they lack the authority to be prioritized.
Folder views.
If you want all your files and folders to be listed the same way in Explorer, display the format you want in the right pane, e.g. details view, sorted by file type. Then Tools>Folder Options and the Views tab. Hit the Apply to All Folders button and the next time you traverse to a folder it will be in your "standard " display format.
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.
Wireless networks are more vulnerable to hackers - so they need additional protection.
Encryption technologies such as Wi-Fi Protected Access can help. Although there are weaknesses with WEP, some legacy systems do not support more modern protocols like WPA, and so WEP is still better than nothing and will deter most casual eavesdropping.