Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Manually creating msi through wixedit gui not tested anymore hence marking deprecated

...

UI Tabs
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.
UI Tab
titleManual (Deprecated - Not supported with 3.0 or newer)

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.

...