Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Wix Edit software
  2. Blancco MSI package content
  3. Blancco Drive Eraser ISO image file
    • The download link for the ISO should have been delivered to you (Check your email for a delivery email / download page link / web store email, etc.).
      • If you do not have any ISO image file available, contact your Blancco Sales representative or Technical Support.


Info

Wixedit requires .NET2.0. To install .NET2.0

  1. Open "Control Panel"
  2. Open "Programs"
  3. Select "Turn Windows features on or off"
  4. Select ".NET Framework 3.5 (includes .NET 2.0 and 3.0)
  5. Press Apply /OK
    1. Windows starts installing components "Searching for required files"
  6. Select "Let Windows Update download the files for you"



UI Tabs
UI Tab
titleManual

Manual steps for creating the Blancco PreInstall (MSI)

  1. Copy the (pre-configured) Blancco ISO image file to \Preinstall...\msi_build directory and rename the ISO image file as a “BlanccoErasureClient.iso”
  2. Copy "BlanccoPreInstall.exe" located in \Preinstall...\win32 to \Preinstall...\msi_build directory.
  3. Launch WiX Edit software and select: File -> Open -> \msi_build -directory
    1. For normal manual MSI installer in English, select “BlanccoPreinstall2_en.XML"
      1. The normal version prompts the user to accept the EULA and manually reboot the PC.
    2. For fully automatic MSI installer, select "BlanccoPreinstall2_en_auto.XML"
      1. The automatic version will force the installation and reboot automatically.
    3. Optionally, edit the command line parameters at Actions -> LaunchPreInstall -> ExeCommand field.
      1. For the command line parameters, see the Preinstall user manual and “Command line Parameters” chapter.
      2. If you don't want Preinstall to start automatically after installation, delete the LaunchPreinstall action.
  4. Select: Build -> 'Build MSI setup package' from Wix Edit GUI.
  5. If the MSI build was successful, the Results Panel should say "----- Finished".
  6. The MSI package is created in the \msi_build directory.
UI Tab
titleAutomatic

Automatic steps for creating the Blancco PreInstall (MSI)

  1. Copy the custom Drive Eraser ISO into the PreInstall package subfolder “msi_build”.
    1. Name the ISO file “BlanccoErasureClient.iso”.
    2. Alternatively a link to the ISO can be provided, to download the ISO from somewhere, instead of manually copying it into the "msi_build" folder of the PreInstall package. See the parameter “--ISOLink” in the parameter table.
  2. Run the executable “PreInstallPackageGenerator.exe” included in the PreInstall package to generate an MSI package.

...