New Question
0

Win2K12 R2 Qcow2 image with .net

asked 2016-07-08 09:26:40 +0300

Nagesh gravatar image

Hi, I find the image from cloudbase is not having a built in .net and I am unable to install either. I have tried to install as a feature mounting the .iso image, offline using command line, tried installing as a stand alone but none was successful. Can you let me know how to install .net on the windows VM provisioned from your Image.

Regards, Nagesh

edit retag flag offensive close merge delete

3 answers

Sort by » oldest newest most voted
0

answered 2016-08-07 08:53:51 +0300

Abdul gravatar image

Better to install the feature using windows add features and then sysprep and take it as an image.

edit flag offensive delete link more
0

answered 2016-07-27 12:35:35 +0300

Parth Gandhi gravatar image

You can mount the ISO files or copy the content of the SXS folder to the VM and run the below DISM command by running cmd as administrator.

dism /online /enable-feature /all /featurename:NetFX3 /source:<path>\sxs

edit flag offensive delete link more
0

answered 2016-07-11 14:44:29 +0300

avladu gravatar image

Hello,

what version of .NET are you referring to? You can install the .NET 3.5 framework by enabling the NET-Framework-Core feature:

Install-WindowsFeature NET-Framework-Core

You can install the .NET 4.5 framework by enabling the NET-Framework-Core feature:

Install-WindowsFeature NET-Framework-45-Core

Thank you.

edit flag offensive delete link more

Comments

Hi Avladu, These vm's don't have internet connectivity to install offline. I tried the above too but wasn't able to install Versions 3.5 or 4.5. Can you let me know if you have installed this on cloudbase it qcow2 image without internet? Regards, Nagesh

Nagesh gravatar imageNagesh ( 2016-07-15 04:40:01 +0300 )edit

AFAIK, the 4.5 version cannot be installed without connectivity. You can apply 3.5 as an offline feature. Here is an example on how to do it with dism, after you have mounted the image vhd: https://github.com/cloudbase/windows-openstack-imaging-tools/blob/master/WinImageBuilder.psm1#L394

avladu gravatar imageavladu ( 2016-07-18 14:17:28 +0300 )edit

Has cloudbase released any new Windows Qcow2 format images off late?

Nagesh gravatar imageNagesh ( 2016-08-05 15:47:25 +0300 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-07-08 09:26:40 +0300

Seen: 458 times

Last updated: Aug 07 '16