Turbo contains thousands of pre-made applications that are upgraded automatically by Turbo when the various vendors comes out with a new releases.
So after reading my last post Getting Started with Turbo you’re probably eager to learn how to install custom applications. It’s really simple, let’s get started.
The first thing you need to do is copy your EXE or MSI installer to C:\Installers
To give the new isolate container access to the Installers folder you’ll need to “poke a hole” by using the mount command.
1 |
turbo new clean --admin --mount="C:\Installers" |
Please make note of the [container-id] that you’ll need later.
Run the install command and go through the setup wizard as you normally would.
1 |
C:\Installers\iZotope_MSC_Setup_v1_00.exe |
When finished type exit to leave the container.
Now you’ll need to commit the changes and give your container a friendly name.
1 |
turbo commit [container-id] iZotope |
By default turbo run iZoTope will only open the command prompt, so you need to specify the path to the executable.
1 |
turbo commit [container-id] iZotope --overwrite --startup-file="C:\Program Files (x86)\iZotope\win32\iZotope.exe" |
All good, time to push the application to your Turbo Hub.
1 |
turbo push iZotope |
Head over to your account and add an icon to the application.
Run an update to get your new application.
1 |
turbo subscription eric@xenapptraining.com update |
All good. It’s really cool but I would like to be able to change the rather strange icon name.
That’s it, let’s Turbo!
Hi,
Is this possible with Word, Excel, PowerPoint ? the individual app.
for 2007, 2010, 2013, and 2016 ?
What about custom apps updates ?
Thanks.
Yes it is, but you’re the one that needs to update the containers with Windows Update for Office 20xx.