You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Portable Wireshark / WinPcap

Submitted by interiot on May 15, 2008 - 1:48pm

I've written up some information about silent installers for WinPcap. Wireshark currently offers a portable version, but it's bothersome to go through the process of installing WinPcap all the time.

http://paperlined.org/apps/wireshark/winpcap_silent_install.html

Basically, you extract these files from the winpcap installer:

  • npf.sys (there are three versions, for different architectures): copy it to %windir%\system32\drivers\ (unfortunately, this is the one change you have to make to the local machine)

PAM beta 4 w/ wallpaper switcher option ...

consul's picture
Submitted by consul on May 14, 2008 - 7:15pm

that could it do a different wallpaper each time? I know that right now, if you put the proper .bmp file in the pictures directory, it'll pop it in as the new wallpaper.
I've got a few scores of neat pics that could be a wallpaper that I might want to use.
It doesn't have to be random, or it can be random, or it could be partially random or whathaveyou, just that the wallpaper changes most of the time.

Too hard to script in it? Maybe even add a Wallpaper folder in the Pictures folder for it to pull from instead of just a file reference?

Just Cos I Love This Devt Project ... Some Scripts To Share

Submitted by dtanPApps on May 12, 2008 - 5:49pm

Just Cos I Love This Devt Project ...

I keep these THREE (3) scripts in the same installation folder as my PortableApps (ie. E:\PortableApps). This allows me to do quick, consistent, repeatable application installs on the various PCs around the house, at work or otherwise (just in the slim chance I do not have my USB drive with me).

===== Make.bat
@echo off

SET CPATH="c:\AddProg\PortableApps"
SET DPATH="d:\Downloads"

SET XPATH=%CPATH%
SET DESKTOP="c:\Documents and Settings\All Users\Desktop\PortableApps"

REM del all old directories
rmdir /s /q %XPATH%

REM mkdir

Variables in source code(help please)

Nathan9222's picture
Submitted by Nathan9222 on May 11, 2008 - 1:34am

Im wondering when you are looking for the environment variable for a program, for when you use "System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("APPDATA", "$SETTINGSDIRECTORY").r0'" what exactly would you be looking for in the source of that program so you can replace "APPDATA" with what it uses to store its data in its location it defines. Is it just like variable or the name of the folder where the data is being stored?? Thanks in advance for any help Smile

Proggressive Web Installer?

digitxp's picture
Submitted by digitxp on May 10, 2008 - 6:00pm

There's a lot of large apps in the Beta forums, and it takes longer to both download and install them. The PAUpdater has this problem too, it downloads then installs. This wastes time. Time could be saved by making a progressive web installer, that downloads one zip at a time while extracting them also. This saves time especially on a newer computer, with decent memory but slow internet (like Patrick's PC :P). Just the Data and Other dirs would be included. Then the AppName folder would be downloaded while extracting.

where else can you get people to translate for free?

Submitted by Travis Carrico on May 7, 2008 - 4:59pm

does anyone know of another place besides these forums to get free human translations for open source apps? i don't even think there is anyone on these forums who translates italian or chinese.

in the case that people who can translate on these forums sees this, the translations still needed are:

IT and zh-CN here: https://portableapps.com/node/12477

DE, IT, JA, pt-BR, pt-PT, zh-CN here: https://portableapps.com/node/13249

Pages