

Code: Select all
; configuration file for yaP v0.6.5 Beta 293 (http://rolandtoth.hu/yaP/)
; application name: Audio Converter Portable
; application type: 32-64 bit (for Windows XP, 7, 8, 8.1)
; version: 1.9.4
; website: http://www.mediahuman.com/it/audio-converter/
; suggested by: rbon
[GENERAL]
application = App\MHAudioConverter.exe
[BEFORE]
dir = %LocalAppData%\MediaHuman\Audio Converter :: Settings\custom.pf
regkey = HKCU\Software\MediaHuman :: Settings\AudioConverter.reg
regkey = HKCU\Software\Trolltech :: Settings\AudioConverter.reg
regkey = HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates :: Settings\AudioConverter.reg
[AFTER]
-dir = %LocalAppData%\MediaHuman :: if empty
-regkey = HKCU\Software\MediaHuman :: Settings\AudioConverter.reg
-regkey = HKCU\Software\Trolltech :: Settings\AudioConverter.reg
-regkey = HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates :: Settings\AudioConverter.reg
Yes, You have righttproli wrote:Thanks, I'll check it. Are you sure all "Settings\AudioConverter.reg" chunks are in place? It seems a copy-paste error at first glance.
Code: Select all
[AFTER]
-dir = %LocalAppData%\MediaHuman :: if empty
-regkey = HKCU\Software\MediaHuman
-regkey = HKCU\Software\Trolltech
-regkey = HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates
Here is the BEFORE part rewrited:tproli wrote:And the three in the BEFORE part? They seem to overwrite each other
Code: Select all
[BEFORE]
dir = %LocalAppData%\MediaHuman\Audio Converter :: Settings\custom.pf
regkey = HKCU\Software\MediaHuman :: Settings\AudioConverter.reg
+regkey = HKCU\Software\Trolltech :: Settings\AudioConverter.reg
+regkey = HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates :: Settings\AudioConverter.reg
Code: Select all
; configuration file for yaP v0.6.5 Beta 293 (http://rolandtoth.hu/yaP/)
; application name: Audio Converter Portable
; application type: Windows All (XP--8.1)
; version: 1.9.4
; website: http://www.mediahuman.com/audio-converter/
; suggested by: rbon
[GENERAL]
application = App\MHAudioConverter.exe
[BEFORE]
dir = %LocalAppData%\MediaHuman\Audio Converter :: Settings\custom.pf
(regkey) = HKCU\Software\MediaHuman
(regkey) = HKCU\Software\Trolltech
(regkey) = HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates
[AFTER]
-dir = %LocalAppData%\MediaHuman :: if empty
Code: Select all
[GENERAL]
application=%windir%\Notepad.exe
[BEFORE]
message = Starting...
quit = 1
[AFTER]
message = Ending...
Code: Select all
[GENERAL]
application=%windir%\Notepad.exe
[BEFORE]
message = Starting...
;quit = 1
;message = Starting No 2...
[AFTER]
message = Ending...
quit = 1
message = Ending No 2...
tproli wrote:How about this?
http://rolandtoth.hu/yaP/#keyword_nowait