VMware Cloud Community
ldmvcd
Contributor
Contributor

Adding/Uploading an exe as media in vCD

Hello!

We're using vCloud Director 1.5.

I was wondering if besides ISO, is there also a way to add/upload an exe as a media in a catalog in vCloud Director?

Thank you!

0 Kudos
3 Replies
vm2cloud
VMware Employee
VMware Employee

You can use an ISO creator to make an iso out of a folder of .exe files and then upload that ISO to your media catalog. Here is a free one:  http://www.trustfm.net/divx/SoftwareFolder2Iso.php?b2=1

tsugliani
VMware Employee
VMware Employee

If you are running a Mac, this can be done pretty easily from the Terminal, such as :

hdiutil makehybrid -o $HOME/image.iso $HOME/path/to/folder -iso -joliet

On linux quiote the same with linux and mkisofs :

mkisofs -o $HOME/image.iso $HOME/path/to/folder

Hope this helps,

0 Kudos
ldmvcd
Contributor
Contributor

No exactly what I was looking for. But still a workaround. Thanks.

0 Kudos