mobilger.blogg.se

Make portable apps from installed software
Make portable apps from installed software






Then protect an application and try to run protected.

make portable apps from installed software

It will ask you to select a folder where to put the files, select %DEFAULT FOLDER%. This document explains how to make a portable installation of the Arduino Software (IDE) on Windows and Linux machines. Even if such exists, Id be very wary of letting any online app have full access to my registry. exe as a file to protect and then switch to Virtual Box - Files, enable this option and drag and drop all other files from "C:\Program Files (x86)\MyApplication\" to Enigma. To make an app portable you need to capture its registry settings as installed so you can recreate a temporary environment mimicking those settings for it to run in. Let's say it is "C:\Program Files (x86)\MyApplication\", then in Enigma on Input panel select main. To find the files of application you need to go to the folder, where this application is installed. So you need to find all the files of the application and add them to Enigma - Virtual Box - Files.

make portable apps from installed software make portable apps from installed software

exe file, application may contain from a lot of other files that you would like to merge with the main. exe file is the main file of application, this file you should select on Input panel of Enigma as a file to protect.Īpart of the main. The root directory should be called FooPortable and have a file called FooPortable.exe as the launcher.Hi, Enigma Protector is suitable for creating portable applications, but not for "grandparents" reallyīut let me explain the basic instructions.Įach application can be run when you click on. App/ should contain the application, Data/ should have the data, and Other/ should have anything else. If you want it in Platform format, the only difference is that you need to stick to a certain set of naming. A simple string replacement of $OLDDIRECTORY with $NEWDIRECTORY should work. We also need to make some adjustments in the data, since there are file paths stored there. VLC doesn't seem to touch the registry, so we should be fine there.

make portable apps from installed software

VLC uses AppData\Roaming\vlc for most of its data, so we need to set that up before running it, and move it back to the USB drive afterwards (assuming we want to carry our data around). Run the application and do the same as beforeĬreate a launcher to create the relevant files before running the program, and remove them afterwardsįor example, let's say I was going to make a portable version of VLC. Most of the relevant ones will be in HKLM/HKCU There is a bunch of stuff you can ignore, such as the most-recently used application list in the registry. Occasionally, it'll be in weirder places. Install the application and find out what data it creates - This is usually in AppData and/or the registry. Set up an application monitor (such as ProcMon)








Make portable apps from installed software