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
User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: yaP - yet another Portablizer

#256 Post by tproli »

That's win7's HKLM redirection and currently yaP cannot do anything with that, unfortunately. Your key is in "HKLM\SOFTWARE\Wow6432Node..." but the main application reads/writes "HKLM\Software\..." directly. I will see if I can overcome this somehow.

Btw, move the "+regkey" one line down because the next item will move it to backup.

User avatar
avi-aryan
Posts: 119
Joined: Tue Sep 03, 2013 8:31 am

Re: yaP - yet another Portablizer

#257 Post by avi-aryan »


User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: yaP - yet another Portablizer

#258 Post by tproli »

Just saw it yesterday, thanks for mentioning.

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

Re: yaP - yet another Portablizer

#259 Post by Midas »

  • Your Clementine launcher would be a welcome addition to the count of yaP launchers, if only I do say so... :mrgreen:

User avatar
avi-aryan
Posts: 119
Joined: Tue Sep 03, 2013 8:31 am

Re: yaP - yet another Portablizer

#260 Post by avi-aryan »

Clementine Portable - http://pastebin.com/LTx0gE0Q

Sorry, works only with yaP 0.34 and below (haven't had the time to test the latest version).

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: yaP - yet another Portablizer

#261 Post by tproli »

Thanks but I see no workaround for the library paths, see JTH's post here:
http://www.portablefreeware.com/forums/ ... 445#p60445

Or were you using the PortableSetup package?
http://builds.clementine-player.org/win32/release/

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

Re: yaP - yet another Portablizer

#262 Post by Midas »

tproli wrote:Thanks but I see no workaround for the library paths, see JTH's post here:
http://www.portablefreeware.com/forums/ ... 445#p60445
tproli wrote:Or were you using the PortableSetup package?
http://builds.clementine-player.org/win32/release/
  • FYI, it might be possible to update the portable versions to later builds by replacing files, as I also reported there... :idea:

User avatar
avi-aryan
Posts: 119
Joined: Tue Sep 03, 2013 8:31 am

Re: yaP - yet another Portablizer

#263 Post by avi-aryan »

tproli wrote:Thanks but I see no workaround for the library paths, see JTH's post here:
http://www.portablefreeware.com/forums/ ... 445#p60445
http://builds.clementine-player.org/win32/release/
Sorry, I have not tested it for the library paths, infact I don't use Clementine much often, I made the yaP after downloading it.
I think I am using the normal package ... ClementineSetup-1.2.1.exe

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: yaP - yet another Portablizer

#264 Post by tproli »

I will check the library then.

Edit:
No luck with portable paths, passing this one to others to check :)

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: yaP - yet another Portablizer

#265 Post by tproli »

Ond3rkor wrote:Hi
help me no backup, no delete, no +regvalue, HKLM ? Sorry my english bad.


DriverBackup!:
http://tinyurl.com/5uqnt6

Code: Select all

[GENERAL]
application = App\DrvBK.exe
!admin = 1
[BEFORE]
dir = %LocalAppdata%\Giuseppe_Greco :: Data\Giuseppe_Greco
+regvalue = HKLM\Software\DriverBackup! :: LanguageFile :: Turkish.xml :: REG_SZ
regkey = HKLM\Software\DriverBackup!
[AFTER]
-dir = %LocalAppdata%\Giuseppe_Greco
-regkey = HKLM\Software\DriverBackup!  :: ifempty
The solution is 64bit version of yaP which is not available yet but I will release it soon. PM me if you need a copy to test.

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: yaP - yet another Portablizer

#266 Post by loin2kolpotoru »

I was trying to run a program maximized with yap but i failed. Is there a option for that in yap? If not then please add option to run any program maximized and minimized with yap.

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: yaP - yet another Portablizer

#267 Post by tproli »

There is no such feature in yaP. Unfortunately PureBasic doesn't provide an easy way to do that, otherwise I would have added it.

Fortunately I managed to solve MIN/MAX/HIDDEN states with winapi but have to test whether it brokes something.

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: yaP - yet another Portablizer

#268 Post by loin2kolpotoru »

Thanks looking foreword to testing it.

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: yaP - yet another Portablizer

#269 Post by tproli »

You can:
http://rolandtoth.hu/yaP/bin/yaP-latest-beta.7z

Only works with the main application but I will extend it to the "run" keyword if all goes well.
However, in my tests it fails in some cases + there are applications which do not obey.

Update: made some modifications, "min" should work more reliably but may show for a split second

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: yaP - yet another Portablizer

#270 Post by loin2kolpotoru »

Thankyou for the update. In my initial tests it is working fine. Although i noticed the yaP.ini file has changed a lot since yaP 0.34. The comments present in yaP.ini of yaP 0.34 was a lot helpful specially for a new user which is not present in current version.

Post Reply