F5F Stay Refreshed Software General Software Creating portable programs

Creating portable programs

Creating portable programs

A
AnnabananaL12
Member
141
11-12-2023, 02:54 AM
#1
When I developed the portable edition of the VSDC Pro Video Editor using VMWare ThinApp 2206 Build 20077476, the error appears in the VSDC Pro Video Editor tailored for the portable format and located in Program Files. I also attempted to build it with Evalaze 2.2.1.1 and Cameyo 3.1.1530, but the issue persisted. The working portable version was VSDC Pro 7.2.1.439. Later releases of this software do not support creating a portable version via VMWare ThinApp. This application is currently available in its latest portable release at https://portable4pc.com/vsdc-video-editor-pro-portable. However, it is important to verify if the software is free from viruses. In such cases, a separate launch file is often required, which carries the risk of introducing malware. Most programs offer straightforward methods for creating a portable version by copying files from Program Files or Program Files(x86). The best scenario is having a dedicated "portable launch file" folder named after the program within the software’s content. It seems that even with a license for tools like Nero Burning Rom or Nero Express, obtaining a functional portable version through Evalaze 2.2.1.1 and Cameyo 3.1.1530 is challenging. There are only a few alternatives: installing or downloading the software from a legitimate source, using it in a virtual machine, or simply avoiding the program altogether. In many computer magazines, traditional installation versions were common, but now portable formats dominate. The exceptions are applications requiring background services or drivers to operate properly. Is it accurate to say that normal installations only cause system clutter, making the portable version preferable? And do you have any information about portable Android apps?
A
AnnabananaL12
11-12-2023, 02:54 AM #1

When I developed the portable edition of the VSDC Pro Video Editor using VMWare ThinApp 2206 Build 20077476, the error appears in the VSDC Pro Video Editor tailored for the portable format and located in Program Files. I also attempted to build it with Evalaze 2.2.1.1 and Cameyo 3.1.1530, but the issue persisted. The working portable version was VSDC Pro 7.2.1.439. Later releases of this software do not support creating a portable version via VMWare ThinApp. This application is currently available in its latest portable release at https://portable4pc.com/vsdc-video-editor-pro-portable. However, it is important to verify if the software is free from viruses. In such cases, a separate launch file is often required, which carries the risk of introducing malware. Most programs offer straightforward methods for creating a portable version by copying files from Program Files or Program Files(x86). The best scenario is having a dedicated "portable launch file" folder named after the program within the software’s content. It seems that even with a license for tools like Nero Burning Rom or Nero Express, obtaining a functional portable version through Evalaze 2.2.1.1 and Cameyo 3.1.1530 is challenging. There are only a few alternatives: installing or downloading the software from a legitimate source, using it in a virtual machine, or simply avoiding the program altogether. In many computer magazines, traditional installation versions were common, but now portable formats dominate. The exceptions are applications requiring background services or drivers to operate properly. Is it accurate to say that normal installations only cause system clutter, making the portable version preferable? And do you have any information about portable Android apps?

S
SUPPERFLUFFY
Member
161
11-12-2023, 04:17 AM
#2
There are various video editors already available within that platform.
Music & Video (top free portable apps) | PortableApps.com
Audio Editors & Converters Audacity Portable - A straightforward audio editor and recorder CDex Portable - cd audio extraction and conversion fre:ac Portable - extract, convert, and encode audio LameXP Portable - audio converter Mp3splt-gtk Portable - mp3, FLAC, and ogg splitter Paul Stretch Portable -...
S
SUPPERFLUFFY
11-12-2023, 04:17 AM #2

There are various video editors already available within that platform.
Music & Video (top free portable apps) | PortableApps.com
Audio Editors & Converters Audacity Portable - A straightforward audio editor and recorder CDex Portable - cd audio extraction and conversion fre:ac Portable - extract, convert, and encode audio LameXP Portable - audio converter Mp3splt-gtk Portable - mp3, FLAC, and ogg splitter Paul Stretch Portable -...

M
master_kingl
Member
93
11-15-2023, 12:31 PM
#3
I've frequently used apps from portableapps.com and would highly recommend them. I haven't used the site you mentioned before.
I think cameyo was the tool I used to develop portable apps earlier. Portableapps.com now offers a different method for creating and organizing them. I haven't tried it myself.
One challenge I faced when making my own portables was often having to run the setup multiple times before it completed. Just finishing the installation wasn't sufficient for some programs. For example, when I created a portable version of Office 2007, I had to open each program individually during the process before it functioned correctly as a portable.
Have you experienced something similar? I've only used cameyo on my own, but I always managed to build a functional portable with some adjustments.
M
master_kingl
11-15-2023, 12:31 PM #3

I've frequently used apps from portableapps.com and would highly recommend them. I haven't used the site you mentioned before.
I think cameyo was the tool I used to develop portable apps earlier. Portableapps.com now offers a different method for creating and organizing them. I haven't tried it myself.
One challenge I faced when making my own portables was often having to run the setup multiple times before it completed. Just finishing the installation wasn't sufficient for some programs. For example, when I created a portable version of Office 2007, I had to open each program individually during the process before it functioned correctly as a portable.
Have you experienced something similar? I've only used cameyo on my own, but I always managed to build a functional portable with some adjustments.

M
MetalMallard
Member
125
11-15-2023, 02:35 PM
#4
From a technical standpoint, the main distinction between a "portable" app and its non-portable counterpart lies in how the portable version interacts with the system. The portable app simply runs without altering the system state, allowing it to be executed directly. Many applications, even after installation, are often assumed to have no dependencies (such as Visual Studio libraries) or DRM requirements that need activation. If these conditions are met, you can typically transfer them to another computer and use them without issues. However, if certain system changes were made during installation—like modifying the context menu or setting the app as default—additional steps may be necessary. In general, it works smoothly under normal circumstances.

Now I'm uncertain whether the particular app you're interested in can function without standard installation procedures. A straightforward way to test this is by moving the installation directory to another machine and running the program there.

Concerning portable versions of smartphone apps, there isn't a direct alternative. On iPhone, apps are only available through the App Store (though this is still evolving). For Android, applications are essentially compiled code that gets integrated into the app when installed. Even sideloading APK files outside the Play Store follows this compilation process. I'm not sure if Android supports running pre-compiled apps without a full installation.
M
MetalMallard
11-15-2023, 02:35 PM #4

From a technical standpoint, the main distinction between a "portable" app and its non-portable counterpart lies in how the portable version interacts with the system. The portable app simply runs without altering the system state, allowing it to be executed directly. Many applications, even after installation, are often assumed to have no dependencies (such as Visual Studio libraries) or DRM requirements that need activation. If these conditions are met, you can typically transfer them to another computer and use them without issues. However, if certain system changes were made during installation—like modifying the context menu or setting the app as default—additional steps may be necessary. In general, it works smoothly under normal circumstances.

Now I'm uncertain whether the particular app you're interested in can function without standard installation procedures. A straightforward way to test this is by moving the installation directory to another machine and running the program there.

Concerning portable versions of smartphone apps, there isn't a direct alternative. On iPhone, apps are only available through the App Store (though this is still evolving). For Android, applications are essentially compiled code that gets integrated into the app when installed. Even sideloading APK files outside the Play Store follows this compilation process. I'm not sure if Android supports running pre-compiled apps without a full installation.

T
Totoy27
Junior Member
13
11-15-2023, 04:19 PM
#5
No, it is not "absurd".
If you can easily turn it into something portable, what stops you from sharing it with 500 of your closest friends?
T
Totoy27
11-15-2023, 04:19 PM #5

No, it is not "absurd".
If you can easily turn it into something portable, what stops you from sharing it with 500 of your closest friends?