I'm sorry. I don't have QT Tab Bar by itself. I will try to build an add-on in the next few days, but it's been a long time since I built this add-on.... It may take my a while....Do you have QT Address Bar only?.. I'm having problems with the QT standard buttons when using other windows themes the standard buttons where missing.. and i don't like QT Tab Bar..
[Add-On] QTTab Bar v1.2.2.1 & QT Address Bar v0.9.6
#21
Posted 10 July 2011 - 04:11 PM
#22
Posted 05 August 2011 - 02:57 PM
Do you have QT Address Bar only?.. I'm having problems with the QT standard buttons when using other windows themes the standard buttons where missing.. and i don't like QT Tab Bar..
Because i don't need QT Tab Bar me neither, i have made an addon with QT Address Bar only (based on doug's addon v1.1). Here it is
No uninstall but not really needed.
Notice how small it is without QT Tab Bar.
Attached Files
Edited by mooms, 05 August 2011 - 03:11 PM.
- mona likes this
#23
Posted 10 October 2011 - 08:56 PM
Wow! Man, I've been really behind the curve lately....Because i don't need QT Tab Bar me neither, i have made an addon with QT Address Bar only (based on doug's addon v1.1). Here it is
No uninstall but not really needed.
Notice how small it is without QT Tab Bar.
#24
Posted 11 October 2011 - 12:50 PM
If i found time and motivation i will add uninstallation, but is it really needed ?
Edited by mooms, 11 October 2011 - 12:57 PM.
#25
Posted 15 October 2011 - 08:54 PM
Nah, the ability to uninstall it would be nice, but it's not necessary at the moment. But if you want to build an uninstaller for this add-on, feel free to do so! Btw, thanks for permission to post it!No, it is ok dougie ! It's indeed based on your work so....
If i found time and motivation i will add uninstallation, but is it really needed ?
#26
Posted 18 October 2011 - 02:26 PM
Now you can install it with right click -> install and the correct entries are added to add/remove panel but when you uninstall it fails at deleting files and folders, maybe because they are in use when uninstalling.
If some inf genius can take a look....
BTW, i have checked your addon Doug_QTBar_AddOn_v2.0.7z, and uninstall don't work either.
Some entries and variables are missing, and you have some weird link to TrueTransparency in uninstall
Here is the addon with uninstall capabilities:
Attached Files
#27
Posted 19 October 2011 - 07:58 AM
RunPreSetupCommands = Killproc:1
UnregisterDlls = Unregdlls
[killproc]
taskkill /f Whatever.exe
[unregdlls]
%path%\whateverdll.dll
Try adding these sectuions into your inf BEFORE:
RunPostSetupCommands = Cleanfolder
DelFiles = QTAddr1.CopyFiles, QTAddr2.CopyFiles, QTAddr3.CopyFiles, QTAddr4.CopyFiles, PNF.File
DelReg = QTAddr.AddReg, Explorer.AddReg, Uninstall.AddReg
Cleanup = 1
UpdateInis = sysoc.Edit
SmartReboot = I
I would suggest the following:
RunPreSetupCommands = Killproc:1 UnregisterDlls = Unregdlls DelFiles = QTAddr1.CopyFiles, QTAddr2.CopyFiles, QTAddr3.CopyFiles, QTAddr4.CopyFiles, PNF.File DelReg = QTAddr.AddReg, Explorer.AddReg, Uninstall.AddReg RunPostSetupCommands = Cleanfolder UpdateInis = sysoc.Edit Cleanup = 1 SmartReboot = I
#28
Posted 19 October 2011 - 08:01 AM
Add tskill /f explorer.exe to presetupcommands and then restart it with postsetupcommands?
#29
Posted 19 October 2011 - 02:38 PM
Still few glitches:
tskill explorer.exe dont work (tskill explorer neither and /f is not recognized) but
TASKKILL /F /IM explorer.exe works, so at this time, uninstallation is only compatible with XP Pro
Uninstall.EndPrompt don't show up, probably caused by explorer not working at this time.
Maybe the best way is to delete files on next reboot, so no need to stop explorer (keep compatibility with XP Home) ?
Do you know how to do that ?
here is the updated adon:
(you can see i have not used UnregisterDlls, not needed apparently)
Attached Files
Edited by mooms, 19 October 2011 - 02:42 PM.
#30
Posted 19 October 2011 - 05:04 PM
tskill explorer ; with tskill its not necesary to use .exe on the end
#31
Posted 19 October 2011 - 07:06 PM
tskill explorer ; with tskill its not necesary to use .exe on the end
I know that, this is why i have said that tskill explorer don't work either
Edited by mooms, 19 October 2011 - 07:07 PM.
#32
Posted 20 October 2011 - 02:21 PM
No more need to kill explorer, much better uninstall !
Still one glitch : Original XP address bar will be restored only for the user who had launched the uninstall.
Other user(s) will have to manually re-enable the XP address bar after uninstall of QTAdressBar.
It's a HKCU key, so i can't do better. (tried HKLM and HKCR, no go)
I think it's the final version.
dougiefresh: feel free to add it on your site and in first post.
Also thanks to kels !
Here is the addon
MD5: b7befb40e8834f461f5857530036fb6a
QT AddressBar_inf_AddOn_v2.2.rar 116.34K
11 downloads
- mona likes this
#33
Posted 22 October 2011 - 04:49 PM
The install is flawless now.
MD5: cd248071b17de01200bc1e7fa8b94980
Attached Files
#34
Posted 23 October 2011 - 02:27 PM
Holy Moley! Y'all have done some amazing work! I'll update the first post! Thanks very much!I have also updated the non-uninstallable version, now the inf and pnf files are deleted on reboot and sysoc.inf is cleaned after install.
The install is flawless now.
MD5: cd248071b17de01200bc1e7fa8b94980
#35
Posted 23 October 2011 - 03:39 PM
Unrelated: do you have see my comment on DSI topic ?
#36
Posted 23 October 2011 - 10:54 PM
No problem! On the unrelated note: Yup, sure did. Posted an update, too!You're welcome, thanks for the compliment
Unrelated: do you have see my comment on DSI topic ?
#37
Posted 02 November 2011 - 04:39 PM
Hi moomsWith the Help of ricktendo64, the inf now delete the files on next reboot.
No more need to kill explorer, much better uninstall !
Still one glitch : Original XP address bar will be restored only for the user who had launched the uninstall.
Other user(s) will have to manually re-enable the XP address bar after uninstall of QTAdressBar.
It's a HKCU key, so i can't do better. (tried HKLM and HKCR, no go)
I think it's the final version.
dougiefresh: feel free to add it on your site and in first post.
Also thanks to kels !
Here is the addon
MD5: b7befb40e8834f461f5857530036fb6aQT AddressBar_inf_AddOn_v2.2.rar 116.34K 11 downloads
i added your addon to Mona UltraPacK v3.2
also try this ITBarLayout
no menubar no Throbber no GoButton and CustomToolbar also work with Explore(rightclick folder and Select Explore)
Attached Files
#38
Posted 03 November 2011 - 06:49 AM
#39
Posted 03 November 2011 - 08:58 AM
Despite the fact that you didn't ask, I don't have a problem with the fact that you included it in your add-on AS LONG AS you give proper credit to those created it (me and mooms)..... However, mooms might have an issue with it. I can't speak for mooms on this issue...Hi mooms
i added your addon to Mona UltraPacK v3.2
also try this ITBarLayout
no menubar no Throbber no GoButton and CustomToolbar also work with Explore(rightclick folder and Select Explore)
Agreed....Mona = It is not nice to just snag someone elses work and add it to your own....
#40
Posted 03 November 2011 - 11:14 AM
<p>i dont purpose to grab your credits</p>
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












