Windows Installer for VMC - cloudfoundry-community/cf-docs-contrib GitHub Wiki

Hi everyone.

We released the installer of vmc for Windows.

  • It's for Windows Vista and Windows 7.

  • It will configure HTTP proxy while installing.

  • You can install vmc without Internet connection.

  • You don't need other software and skills for Ruby.

  • It includes

    Ruby: 1.9.3-p392 vmc: 0.3.23

See: https://github.com/nttlabs/vmc_installer

You can build the installer yourself by executing a Rake task. It requires Inno Setup and 7-zip to generate an installer execute file. Please install them before run the task.

I tested the Rake task on Windows7 64bit environment but did not try on XP yet. I guess it does not work on XP because some directory names of XP, such as "Program Files (x86)", are different from that of 7.