yaP - yet another Portablizer

If you are currently developing portable freeware or planning to do so, use this forum to discuss technical implementation, seek out like-minded developers for partnership, or solicit interested users for beta testing.
Message
Author
-ElCoyot-
Posts: 82
Joined: Thu Sep 02, 2021 4:42 am

Re: yaP - yet another Portablizer

#421 Post by -ElCoyot- »

I'm back with my problems.Is it possible to register something in .ini to immediately disable the application access to the Internet.

User avatar
Midas
Posts: 6710
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: yaP - yet another Portablizer

#422 Post by Midas »


-ElCoyot-
Posts: 82
Joined: Thu Sep 02, 2021 4:42 am

Re: yaP - yet another Portablizer

#423 Post by -ElCoyot- »

Midas wrote: Fri Oct 07, 2022 10:32 am Please check http://yap.rolandtoth.hu/#keyword__requireonline ...
This is a bit wrong, I want to immediately close the program's access to the Internet, no questions asked.Using the example of VMware thinapp entry .ini file "isolation_full HKEY_LOCAL_MACHINE\system\CurrentControlSet\services\tcpip".

User avatar
Midas
Posts: 6710
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: yaP - yet another Portablizer

#424 Post by Midas »

yaP is a program launcher, not really a sandbox -- you'd better try Sandboxie, perhaps... :|

Llewelyn
Posts: 25
Joined: Sat Oct 22, 2022 11:41 am

Re: yaP - yet another Portablizer

#425 Post by Llewelyn »

-ElCoyot- wrote: Thu Sep 29, 2022 7:34 am Hello friends.Can someone show an example of a portable program where the "workdir" variable is used.
Java programs. Workdir is the installation directory of the program, the location of jar file. A random example (XDM the old version)

Code: Select all

; configuration file for yaP v0.7.1.5 (http://yap.rolandtoth.hu/)
; application name: Xtreme Download Manager
; version: 7.2.11
; website: https://xtremedownloadmanager.com/

[GENERAL]
application = App\java-runtime\bin\javaw.exe
commandline = -Xmx1024m -jar xdman.jar
workdir = App

[BEFORE]
dir = %UserProfile%\.xdman

[AFTER]
-file = %UserProfile%\.xdm-global-lock
-dir = %Temp%\hsperfdata_%UserName%

Post Reply