List of software that Works under JauntPE

Discuss anything related to JauntePE, the utlimate utility to help you tame non-portable applications. Share your experience about the apps that work with JauntePE, and the apps that don't.
Message
Author
sgp
Posts: 67
Joined: Sat May 12, 2007 1:05 am

putty 0.60

#46 Post by sgp »

PuTTY version 0.60 http://the.earth.li/~sgtatham/putty/0.60/puttydoc.txt

There already is a PuttyPortable at PortableApps.com but it writes to the system registry and you can't run multiple PuTTYs at the same time. This version seems to overcome both limitations.

Code: Select all

; Putty version 0.60 http://the.earth.li/~sgtatham/putty/0.60/puttydoc.txt
; jauntePE.dll version 015
[Redirection]
Logging=0
FlashDisco=0
IconDisco=0
ModFrame=1
RedirMisc=0

[Registry] 
Use=1 
Data=.\Registry\%appname%.reg 

[Filesystem] 
Use=1 
Data=.\FileSystem

[FilesystemExclude]
1=*
[FilesystemInclude]
1=%28%\%appname%.rnd

[RegistryExclude]
1=*
[RegistryInclude]
1=HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
[RegistryIgnore]
1=HKEY_CURRENT_USER\Software\SimonTatham\PuTTY

[ModuleExclude]
1=*
[ModuleInclude]
1=%appname%.exe

Post Reply