Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

All these steps are captured at : scripts\installer\windows\acs.wxs

Build MSI 

I need to check if we can some how integrate Integrated it with maven or not. Till then please follow below stepsbuild but for now it runs only on windows. The prerequisite to run the below command is to install "Wix Tool Set V3.8".

Added the following profile to build the msi installer using maven.

"buildw".

Full maven command is: mvn clean install -Dnoredist -P systemvm,buildw

Or alternatively

We use the following tools from Wix tool set to build our msi installer.

...

Hypervisor\Storage TypeNFS (P &S)S3 (S)ISCSI iSCSI (P)Samba
XenServer×In-Progress×

 

Issues Found During Phase-1

  1. Could not integrate with S3 storage server due to
    1. During Copying from S3 to NFS management server does nfs mount on to the local. On windows we can mount NFS path to a Driver letter only not to the existing path
      1. Solution(s)
        1. Either remove the intermediate step that is copying from S3 to NFS (i.e remove dependency on NFS when we use S3 storage server)
        2. Or Change the code to mount it to a driver letter only for windows and continue for Linux environments as is.

...