Wioski 2.1 with support for 8.1 out now!

I’ve finally released Wioski 2.1 out to production. Changes are minor or big depending on perspective.

Changes:
– New and better Windows PE used for the installation

– Support for Windows 8.1 (update) added

– Changed the minimum disk size to 40GB instead of the old 20GB

ATTENTION!! For fully automated installation the WIM-file used as the install.wim for Wioski can only have one image. If you have many images you should use the following DISM command to export the image to a new WIM-file:

dism /export-image /sourceimagefile:install.wim /sourceindex:1 /destinationimagefile:install2.wim

Remember to rename the wim-file to install.wim before copying it to the Wioski installation folder.

If you don’t know how many images a wim-file has use the below syntax to figure it out:

dism /get-imageinfo /imagefile:install.wim