Jump to content

Recommended Posts

Posted

Has anyone got an issue installing KoDu onto an 8.1 machine?

 

I'm attempting to create an image (for teh lulz) and kodu is something I want on there.

 

Nice clean install on a VM of 8.1 - won't install

Nice clean install on a lenovo pc of 8.1 - won't install

 

SAME 'ERROR' of ended unexpectedly.

 

HALP!

 

I had Kodu running on my old machine (which was 8.1) but not tried to install it on this one... actually might try and re-download the setup file...

Posted

xnafx40?

 

I'll keep persisting. I had it installed on 8.1 at some point... so I know it can be done! Thing is... I did nothing special to get it working before :-/

Posted
have you installed xna framework 3.1 and 4 (in the right order ie oldest first) before you tried to install kodu?
  • Thanks 1
Posted

no just installed 4... I'll have a bash at installing 3.1 though...

 

hmmm won't install on my new machine... I know it isn't a hardware issue then!!

 

Got .net framework 4.5.2 installed on all machines...

Posted

yup you can script out the install of dotnet 3

 

something like below just change the paths

 

if exist c:\dn3.txt goto end

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:\\server\packages$\win81\sources\sxs

copy "\\server\packages$\dn3.bat" "c:\dn3.txt" /y

 

:end

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...