Close

Preinstalled and own tools

The DRE consists of a web-interface enabling access to virtual machines. Preinstalled tools consist of programs such as SPSS, R Studio, Matlab, and Office, but you are free  to install your own tools.

Because of the security boundary around workspaces, it is possible to offer users the ability to install their own tooling without harming others.

Thanks to the flexibility of the Azure cloud platform, on which the DRE has been built, we can offer a variety of virtualized hardware, including (but not limited) to:
  • Standalone virtual Windows / Linux machines (e.g. 72 cores, 144 Gb RAM);
  • Compute Clusters (HPC);
  • Web-Servers;
  • Several storage options (tables/files/SQL/etc.).

_verified_ Download Makeappx.exe Instant

: The primary source is the Windows Software Development Kit (SDK) . When installing, you only need to select the "Windows App Certification Kit" to get MakeAppx.exe without the full SDK's overhead.

C:\Program Files (x86)\Windows Kits\10\bin\ \ \makeappx.exe

: Combining multiple packages into a single .msixbundle or .appxbundle . download makeappx.exe

To use the tool, open a Command Prompt or PowerShell and navigate to its folder (or add it to your System PATH).

: If you have Visual Studio installed, the tool is likely already on your machine as part of the "Universal Windows Platform development" workload. : The primary source is the Windows Software

: Performing semantic checks to ensure the package manifest is valid and adheres to deployment rules. Quick Command Examples

: Creating .msix or .appx packages from source files. To use the tool, open a Command Prompt

: makeappx.exe unpack /p "C:\Path\To\Package.msix" /d "C:\OutputDirectory" Download Makeappx.exe [hot]

: Unpacking files from an existing package to a local directory for inspection.