Icons disappear from Documents, Music, Video
Where did the folder icons go? I'm using PAM 1.1 Beta 4.
- Read more about Icons disappear from Documents, Music, Video
- 1 comment
- Log in or register to post comments
New: InnoUnpacker (Sep 17, 2025), Platform 30.1.1 (Nov 04, 2025)
1,400+ portable packages, 1.2 billion downloads
We are operating at a loss, please donate today
Discuss portable app development and modification of existing apps.
Where did the folder icons go? I'm using PAM 1.1 Beta 4.
Hey Guys and Gals
I'm looking to write a portable app in C# with .NET Framework 3.0. Does anyone have experience deploying a C# .NET App on to a USB drive and did the app have any issues running with the .NET framework from the USB?
Thanks
Bunis
I think that PortableApps, as awesome as it is, should get a updating applications feature. I think that if there is a new release that the application for the portable devices should automatically download and ask the user if s/he would like to upgrade.
This would be an easier feature to use so the user doesn't have to delete the folder, re-install it and it automatically does it itself.
I mean, it's not hard, but the luxuries of having it do the update itself is awesome and easy in my opinion.
Anyways, just thought I'd let you know what I thought.
Hi guys,
I found this on portablefreeware forum:
http://www.disoriented.com/FreeExtractor/
...looks like a useful little utility...
FreeExtractor is the easiest way to create self-extracting archives for Windows from existing ZIP files. It is an excellent open-source solution for packaging software programs and for distributing files to friends and colleagues over the Internet.
is there any way to detect if a drive is flash media or not? someone said john may have a tool that does that but i don't know and i didn't see anything for it on the nsis plugins page.
I am currently writing an document management application. Everything will be stored in an Sqlite database. It is designed to support AES encryption. It is being written in JavaScript (wxJavaScript). Its name is Krypton.
However, I am still pondering this point. How can I detect if the encryption password is correct? I planned on using an MD5 and SHA1 hash to compare it to. Would that create any security vulnerabilities?
Are there any other things I should be concerned about?
Thank you.
Is there any way to make a Menu in NSIS (drop down menu, checkboxes, etc) or at least is there a way to do a messagebox with Button1 or Button2 instead of yes or no?
Hi, guys! I want to build some apps, but I can't find splash screen (standart, used in last versions of FireFox and other apps) template. Who have this tamplate in Photoshop or GIMP format post please. Sorry for my pure English, I hope all understand me.
info:https://portableapps.com/node/7126
ALT 1.3 (Application Launcher Template)
source:http://usb.smithtech.us/apps/launcherscripts/ApplicationLauncherTemplate...
>>>>>>>folder handling doesn't work.
i did this.
!define FOLDERSETTINGS "C:\test\" ;insert folder paths separated by "||"
or
!define FOLDERSETTINGS "C:\test" ;insert folder paths separated by "||"
ALT 1.4 (Application Launcher Template)
source:http://usb.smithtech.us/apps/launcherscripts/ApplicationLauncherTemplate...
set:
I was trying to make a special launcher for some apps. The compiler keeps spitting out errors. Here's the source code:
;Copyright 2007 Simeon Kühl and Digitxp ;This software is OSI Certified Open Source Software. ;OSI Certified is a certification mark of the Open Source Initiative. ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License ;as published by the Free Software Foundation; either version 2 ;of the License, or (at your option) any later version.