I m trying to install cloudbse-init.msi setup file from powershell or from command line to install on a offline drive or vhd file mounted on to machine.
I have used following command but it does not install on vhd file.
msiexec /qb /l* l.txt /i <path>\CloudbaseInitSetup_Beta.msi TARGETDIR="F:\Program Files (x86)"
Where F: drive is a mounted virtual drive.
Please let me know how to install a msi file on to a offline vhd image.