Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Rules have been updated! Here

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

[-]
Tags
portable turbo studio creator

Turbo Studio Portable Creator
#1
Rainbow 
Turbo Studio
Powerful, easy-to-use authoring tool for creating virtual environments.

Containerize Your Applications

Easy to Use. Application templates and the new Desktop Import wizard allow painless migration of applications. Or, use setup capture to virtualize custom applications.

#1 in Compatibility. Turbo handles the apps others can't. Virtualize both 32-bit and 64-bit applications, complex interconnected app suites, databases such as SQL Server, services such as IIS, as well as DCOM and SxS.

Run .NET Without .NET. Easily embed runtime dependencies such as .NET, Java, and SQL directly into virtual applications. Launch reliably on any desktop, regardless of underlying component installs.

Deploy Anywhere. Deploy in standalone EXEs, traditional MSIs, on intranets with Turbo Server, or over the cloud with Turbo.net integration.
Features

    Filesystem and Registry Virtualization
    Network Virtualization
    Services and DCOM
    Turbo Hub Integration
    Deploy Everywhere

Filesystem and Registry Virtualization

Turbo Studio lets you easily design and configure virtual filesystem within application containers. Virtual files are accessible by the containerized application but isolated from native applications installed on the host device based on configurable isolation semantics.

With Turbo, virtual files can reside in privileged directories without permissions, and shared DLLs in the virtual filesystem do not interfere with those installed by native applications on the host.

Turbo Studio allows quick viewing, editing, and import or export of virtual registry contents. Like the virtual filesystem, Studio offers a range of configurable isolation semantics.
Isolation Modes

Turbo Studio supports configuration of all isolation modes supported by Turbo VM, that define interaction between the containerized and host environment.
    Full: Only values from the virtual filesystem or registry are accessible to the containerized application, even if a corresponding value exists on the host device. Writes to the registry are redirected to the sandbox. This mode completely isolates the container application from the host device.
    Write Copy: Values from both the host device are accessible to the container application. If a value exists on both the host device and virtual registry, the virtual value takes precedence, but writes to the virtual environment are redirected to the sandbox. This mode allows containerized applications to see host data but pretects the host from changes.
    Merge: Data from both the host device and the virtual registry are accessible to the container application, with virtual values taking precedence if a conflict exists. Any changes are written out to the host device. This mode allows the containerized application to interact with the host device.
    Hide: Attempts to read or write values in the subfolder will fail and the values will not be visible to the containerized application. This mode prevents the application from accessing data on the host device that might cause issues with its execution.

Network Virtualization
Turbo Studio provides full configurability of the Turbo network virtualization layer. Containerized applications can have application-specific network configurations as well as defined inter-container communication routing rules.
    Proxy: Route network traffic from the container through a specified proxy. This allows system administrators to monitor application activity and prevent data leaks.
    DNS: Configure Domain Name System (DNS) records within the container. Redirect traffic for specified hostnames to administrator-defined IP addresses. This is valuable in development and legacy application scenarios where a required hostname cannot be changed and updating network records is undesirable.
    IP Restrictions: Create network rules for specific addresses, ports, adn protocols to be accessible or blocked from the container. Lock down vulnerable legacy applications to specific application servers safe from malware attacks on external networks.

Services and DCOM
Configure services within a virtualized Service Control Manager. Turbo Studio supports virtualization of servers such as SQL Server, MySQL, IIS, and nginx. Studio also allows configuration of remote DCOM servers, which arise in many advanced Windows applications.

Studio automatically captures services during the application snapshot or container commit stages of an application build.
Turbo Hub Integration

Turbo Studio has access to the vast repository of images on the Turbo.net Hub, allowing you to pick from thousands of known working application configurations and customize them for your needs.

Our automated build system, Turbo CI, detects when updates are available and builds the latest application version using our publicly available scripts. Before making the update available on the Turbo.net Hub, an automated test is performed to make sure the application is working.
Deploy Everywhere

Publish applications directly from Turbo Studio into any of the supported deployment mods, including standalone EXEs, MSIs, Turbo Server, and the Turbo.net cloud.

Turbo Studio's Install panel lets you configure Desktop and Start Menu shortcuts, file associations, and other shell integration features.

Download patched by Disk2019 :
Code:
The contents of this section are hidden
You have No permissions
[-] The following 6 users say Thank You to MaskedUser for this post:
  • AVATAR, fnsfernando, SunLion, TanMan, UpGrade, vLaDv
Reply
#2
Turbo Studio 19.6.1208.22 :

Changelog (v19.6.1208.22) Release Date: 2019-11-27 :
VM engine updates to 19.6.1427.27.
Add ability to create new layers and modify layer conditions.
Add ability to change FaultExecutablesIntoSandbox virtual machine setting.
Add ability to exclude specific CLSIDs from COM virtualization.
Add AggressiveRegistrySandboxCachePolicy virtual machine setting for improved startup performance for large numbers of virtual registry entries.
Add ability to precache registry sandbox with /XPrecache=RegistrySandbox.
Add new Win10 mechanisms for deleting, renaming, and linking files.
Change default value of FaultExecutablesIntoSandbox to enabled.
Rename MACHINE and MACHINERUNTIME layer condition types to APPARCHITECTURE and OSARCHITECTURE respectively.
Fix for property status code when attempting to change readonly file attributes.
Fix how write-copy registry key access flags are propagated during NtCreateKey calls.
Fix deadloack in heap allocation calls.
Fix ForceIndicateRunningElevated virtual machine flag to work with group permissions checks.
Fix NtEnumerateKey return values for partial buffers.
Fix dependency on comctl32.dll.

Code:
The contents of this section are hidden
You have No permissions
[-] The following 2 users say Thank You to MaskedUser for this post:
  • UpGrade, vLaDv
Reply
#3
Turbo Studio 19.6.1208.25 :
Changelog (v19.6.1208.25) Release Date: 2019-12-02 :
VM engine updates to 19.6.1427.27.
Add ability to create new layers and modify layer conditions.
Add ability to change FaultExecutablesIntoSandbox virtual machine setting.
Add ability to exclude specific CLSIDs from COM virtualization.
Add AggressiveRegistrySandboxCachePolicy virtual machine setting for improved startup performance for large numbers of virtual registry entries.
Add ability to precache registry sandbox with /XPrecache=RegistrySandbox.
Add new Win10 mechanisms for deleting, renaming, and linking files.
Change default value of FaultExecutablesIntoSandbox to enabled.
Rename MACHINE and MACHINERUNTIME layer condition types to APPARCHITECTURE and OSARCHITECTURE respectively.
Fix for publish to Turbo Server.
Fix for property status code when attempting to change readonly file attributes.
Fix how write-copy registry key access flags are propagated during NtCreateKey calls.
Fix deadloack in heap allocation calls.
Fix ForceIndicateRunningElevated virtual machine flag to work with group permissions checks.
Fix NtEnumerateKey return values for partial buffers.
Fix dependency on comctl32.dll.
Fix online documentation link.

Download Page :
Code:
The contents of this section are hidden
You have No permissions

Download Link :
Code:
The contents of this section are hidden
You have No permissions
[-] The following 2 users say Thank You to MaskedUser for this post:
  • AVATAR, vLaDv
Reply
#4
19.6.1208.28

This release of Turbo Studio includes the following new features and updates:
VM engine updates to 19.6.1427.28.
Add ability to create new layers and modify layer conditions.
Add ability to change FaultExecutablesIntoSandbox virtual machine setting.
Add ability to exclude specific CLSIDs from COM virtualization.
Add AggressiveRegistrySandboxCachePolicy virtual machine setting for improved startup performance for large numbers of virtual registry entries.
Add ability to precache registry sandbox with /XPrecache=RegistrySandbox.
Add new Win10 mechanisms for deleting, renaming, and linking files.
Change default value of FaultExecutablesIntoSandbox to enabled.
Rename MACHINE and MACHINERUNTIME layer condition types to APPARCHITECTURE and OSARCHITECTURE respectively.
Fix for publish to Turbo Server.
Fix for property status code when attempting to change readonly file attributes.
Fix how write-copy registry key access flags are propagated during NtCreateKey calls.
Fix deadloack in heap allocation calls.
Fix ForceIndicateRunningElevated virtual machine flag to work with group permissions checks.
Fix NtEnumerateKey return values for partial buffers.
Fix dependency on comctl32.dll.
Fix online documentation link.

Download :
Code:
The contents of this section are hidden
You have No permissions
Reply
#5
Latest Turbo Studio 20.4.1334
Release Date : 17 April 2020

Download :
Code:
The contents of this section are hidden
You have No permissions
Code:
The contents of this section are hidden
You have No permissions
[-] The following 1 user says Thank You to MaskedUser for this post:
  • vLaDv
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)