Portable desktop
Can the desktop theme and gadgets become portable too?
- Read more about Portable desktop
- 1 comment
- Log in or register to post comments
New: OneLoupe (May 1, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! Please donate today
Discuss portable app development and modification of existing apps.
Can the desktop theme and gadgets become portable too?
-=HKCU\Software\Classes\bittorrent
Description: PAF AppInfo Editor is a program used for creating/editing a PortableApps.com app. It simplifies things by making most options point and click. Using this editor would prevent you from making mistakes that you would otherwise do if you were manually typing up the appinfo.ini file.
CRC: D4BDA964
MD5: bbb7e02fcbb807db9c9a4ec674fe29de
SHA-1: 90fa9e0554c66294c9f1618e28060bc64e67d32a
Dependencies: .net Framework 4.0
Languages: English
Changelog: http://paste2.org/smwxM3zG
I've got the following code to run a custom executable file after installation of the portable app:
!macro CustomCodePostInstall
ExecWait '"$INSTDIR\App\Cygwin\Cygwin.exe" --quiet-mode --no-shortcuts --disable-buggy-antivirus --site http://cygwin.xl-mirror.nl --root $INSTDIR\App\Cygwin\ --local-package-dir $INSTDIR\Data\Packages\'
!macroend
Unfotunately this stopped working some time ago. It seems like the execution is just skipped.
Any idea how to get this back working or what the reason is?
Thanks a lot!
Hey guys Have a App and These DLL files need to be in the syswow64 folder
MFC71.dll
msvcp71.dll
msvcr71.dll
1. All ready..Try'd like integrated C++ and just put them into the app folder! no go..
2. Try'd this also
[DirectoriesMove] MFC71.dll=%windir%\syswow64\MFC71.dll msvcp71.dll=%windir%\syswow64\msvcp71.dll msvcr71.dll=%windir%\syswow64\msvcr71.dll
No go..is my variable wrong! or what!..
and if so is their a list of all the variable suported.
Thank for your help....
I'm willing to donate to person, who would create portable app for our software Simple Shop (http://www.simple-shop.si/en/).
Our goal is to share application via USB stick.
If anybody can do this for us or help us please report me back.
Software download link:
http://www.simple-shop.si/prenos/SShop.exe
Software requirement:
Microsoft .NET Framework 3.5 SP1
Thank you...
I used to keep all my portable apps in a folder called "C:\Program Files (portable)", and when they are there, I am able to add any of those programs to the "Open With..." menu for file types.
However many (all?) of the portable apps have been altered so that they will not run from any folder that starts with the words "Program Files", so I have been switching to the default "C:\PortableApps".
No I can no longer add portable apps to the Open With menu for file types.
e.g. Right-click > Choose Default Program > Browse > select the portable EXE > Open
I made a VB.NET 2008 project to create dynamically generated data entry forms for SQL Server database tables.
My question is: is there a way that PortableApps can take this project and create a portable application from it?
I want my tools to stay with me and not on the company PC I happen to be using.
Iv see that some apps out their have
"Visual C++ (integrated)"
does anyone know how this is done!
i have tryed placeing all the dll files to "system32"
but does not seem to work.
anyone with a tuit or good example! thanks
or advise.
and yes I know that this is MS, For personal Use thank's
in some of my apps their is needed data stored in the
"%PROGRAMFILES%\Common Files"
Could some one please explain how the "Common Files" folder
is handled in an app!
i don't understand.
1. is [DirectoriesMove] used from the data folder ?
2. or is it put in the "App" folder and linked with some script in the ini.
this is something i am now up against and would like to learn
thank you for your answers.