October 18, 201113 yr I have made an attempt to add uninstall capabilities in QTAdressBar addon.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 uninstallHere is the addon with uninstall capabilities:QT AddressBar_inf_AddOn_v2.0.rar
October 19, 201113 yr [uninstall]RunPreSetupCommands = Killproc:1UnregisterDlls = Unregdlls[killproc]taskkill /f Whatever.exe[unregdlls]%path%\whateverdll.dllTry adding these sectuions into your inf BEFORE:RunPostSetupCommands = CleanfolderDelFiles = QTAddr1.CopyFiles, QTAddr2.CopyFiles, QTAddr3.CopyFiles, QTAddr4.CopyFiles, PNF.FileDelReg = QTAddr.AddReg, Explorer.AddReg, Uninstall.AddRegCleanup = 1UpdateInis = sysoc.EditSmartReboot = II would suggest the following:RunPreSetupCommands = Killproc:1UnregisterDlls = UnregdllsDelFiles = QTAddr1.CopyFiles, QTAddr2.CopyFiles, QTAddr3.CopyFiles, QTAddr4.CopyFiles, PNF.FileDelReg = QTAddr.AddReg, Explorer.AddReg, Uninstall.AddRegRunPostSetupCommands = CleanfolderUpdateInis = sysoc.EditCleanup = 1SmartReboot = I
October 19, 201113 yr Further suggestions:Add tskill /f explorer.exe to presetupcommands and then restart it with postsetupcommands?
October 19, 201113 yr Thanks you for the headup Kels, uninstall works now! files and folders are deletedStill few glitches:tskill explorer.exe dont work (tskill explorer neither and /f is not recognized) butTASKKILL /F /IM explorer.exe works, so at this time, uninstallation is only compatible with XP ProUninstall.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)QT AddressBar_inf_AddOn_v2.1.rar Edited October 19, 201113 yr by mooms
October 19, 201113 yr tskill explorer ; with tskill its not necesary to use .exe on the endI know that, this is why i have said that tskill explorer don't work either Edited October 19, 201113 yr by mooms
October 20, 201113 yr With 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 addonMD5: b7befb40e8834f461f5857530036fb6aQT AddressBar_inf_AddOn_v2.2.rar
October 22, 201113 yr 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: cd248071b17de01200bc1e7fa8b94980QT AddressBar_inf_AddOn_v1.2.rar
October 23, 201113 yr Author 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: cd248071b17de01200bc1e7fa8b94980Holy Moley! Y'all have done some amazing work! I'll update the first post! Thanks very much!
October 23, 201113 yr You're welcome, thanks for the compliment Unrelated: do you have see my comment on DSI topic ?
October 23, 201113 yr Author You're welcome, thanks for the compliment Unrelated: do you have see my comment on DSI topic ?No problem! On the unrelated note: Yup, sure did. Posted an update, too!
November 2, 201113 yr With 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 addonMD5: b7befb40e8834f461f5857530036fb6aQT AddressBar_inf_AddOn_v2.2.rarHi mooms i added your addon to Mona UltraPacK v3.2also try this ITBarLayoutno menubar no Throbber no GoButton and CustomToolbar also work with Explore(rightclick folder and Select Explore)Merged.rar
November 3, 201113 yr Mona = It is not nice to just snag someone elses work and add it to your own....
November 3, 201113 yr Author Hi moomsi added your addon to Mona UltraPacK v3.2also try this ITBarLayoutno menubar no Throbber no GoButton and CustomToolbar also work with Explore(rightclick folder and Select Explore)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...Mona = It is not nice to just snag someone elses work and add it to your own....Agreed....
November 4, 201113 yr Hi mona,First, thank you for your contribution, personaly i don't like this layout, but it's a matter of choice.About your reg files:addressbar disabled breadcrumbs, tolbar does the job, but restore disabled breadcrumbs again and broked autologon (i have to choose user despite the fact i have only admin account!) Glad i have tested it in VirtualBox.I really don't mind that you've added it to your pack, but next time, ask first by courtesy.kels and dougie: thank you for defending my (our) workRegards.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.