-
Posts
2,377 -
Joined
-
Last visited
-
Days Won
153
Content Type
Profiles
Forums
Events
Everything posted by mooms
-
Geej: thanks for the explanations, that's very instructive and will be handy in my future creations ! About your solution for bypassing UAC, i don't want to disable it, juste create a task to launch everything with admin privileges as i explained. See my sfx below if you want to add that in you addon. myselfidem: thanks for the tips, that was very helpfull, i was able to create a SFX wich import the task after "installation". Here is my two prototypes of switchless "installer" of Everything if anyone want to check (Everything will be in french by default, no uninstall as it is not really needed) 32bits: http://www.mediafire.com/?7fb9ok0bb44vkgd 64bits: http://www.mediafire.com/?eezrg2md5rsoy5w Tested both in VM.
-
Very interesting, so we can add variable in reg files, i always thougt it was impossible! But how to create reg files in hex format ? I always use RunOnceEx in my wa addons example, : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\WinrarInstaller] "inf"="RUNDLL32 advpack.dll,LaunchINFSection Winrar.inf,Install" myselfidem: do you have a sample command to create a task ?
-
Allright, i have understood, It's only to install it at runonce (but why it's in hex ?) So i still search a way to add autostart without UAC prompt,to my Everything addon (as it is explained in the FAQ:) 1.12 How do I bypass the UAC to run "Everything" with administrative privileges on system startup? Disable run on system startup in "Everything". Follow the Make Vista launch UAC restricted programs at startup with Task Scheduler guide at http://blogs.techrepublic.com.com/window-on-windows/?p=616 Make sure you use -startup in the Add Arguments box
-
Hi Geej, thanks for sharing, i have a question: What this key do: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "!EverythingSearchTool"=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,00,\ 20,00,61,00,64,00,76,00,70,00,61,00,63,00,6b,00,2e,00,64,00,6c,00,6c,00,2c,\ 00,4c,00,61,00,75,00,6e,00,63,00,68,00,49,00,4e,00,46,00,53,00,65,00,63,00,\ 74,00,69,00,6f,00,6e,00,20,00,25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,\ 00,5c,00,69,00,6e,00,66,00,5c,00,45,00,76,00,74,00,68,00,69,00,6e,00,67,00,\ 2e,00,69,00,6e,00,66,00,2c,00,49,00,6e,00,73,00,74,00,61,00,6c,00,6c,00,00,\ 00 It is for bypassing UAC at Everything start ? Also, you can add two files in your addon: Everything.lng to add foreigns languagues support Everything.ini for customization. Content of mine: localization=Français show_highlighted_search_terms=1 allow_multiple_windows=1 allow_multiple_windows_from_tray=1 I have made a french addon based on a sfx rar archive. (made it for XP originally but it it works in Windows7 X86 and X64 as a silent installer) my comment: Path=%PROGRAMFILES%\Everything SavePath Silent=1 Overwrite=1 Title=Everything Installation Shortcut=P,"Everything.exe", "", "indexe tous les fichiers", "Everything" Technical explanation: as the sfx archive is a 32 bit executable, the variable %ProgramFiles% is correctly set at Program Files (x86) on Windows 7 X64. If i want to extract to Program Files in a X64 environement with a RAR SFX archive, i have two choices: - replace %ProgramFiles% with %ProgramW6432% (advantage: the archive can be made in a 32 bits OS) - keep %ProgramFiles% but make a 64bits sfx archive (obviously only possible with Winrar 64 bits ) But i don't have yet found how to add autostart with UAC bypassing in my addon, hence the first question.
-
Thanks Reaper
-
Je t'en prie. Il est aussi sur French System AddOns, y vas-tu encore ?
-
I've replaced the AddOn and the SFX by a maker. UltraISO needs to be registered and you should use the retail installer, not the one found in public download, see the readme in the archive. See the embedded Readme file for detailed instructions. UltraISO_SFX_Maker_1.2.7z MD5: 3849d173d5593df6f505dddb99bb40f6 SHA-1: 4715557ff6c0fd2fb4344f18581ffaa6588b2507 Size: 644 KB
-
You can simply package them in a sfx archive with silent switch(es). Just learn to do a sfx with 7zip, it is light and powerful.
-
maj
-
maj
-
maj
-
maj
-
Allright gentlemen. I don't use WinToolkt regularly. I never used winToolkit 1.4.xx The last week, i wanted to make a win7 build, so i checked the posts here, and and i saw latest version had bugs. So i used 1.30.1202rc and everything went fine. Thank you for making and sharing this cool application by the way ! I just wanted to share the infos, and for others users, i think it is better to having a download link here, than downloading it somewhere else on the Web,..(just type win toolkt or windows 7 toolkit in google and you'll see)
-
Wow! Seriously ? Some users don't want to beta-test your program, they just want to use it.... I just wanted to help others, as we know 1.4.x branch have some bugs... Newer is not always better,your program is in beta test, so which version do you recommend to use ? Obviously it is the latest one, as you don't keep previous versions... But if the latest is broken ? Wasting several hours building image to find it is broken is not very pleasant. if the latest build is working, then great, my (now removed) link is actually pointless, but i'm disappointed of the reactions here.
-
If someone wants version 1.30.102RC, here is a link:
-
I still use this version also, untill v1.4 is bug free.
-
I vote for WinToolkit :giveheart:
-
Hi Legolash2o, I have a question: what do the tweak "disable IPV6" do exactly ? Because i have used it on my installation, and now my firewall (Outpost) keep asking me for tcpv6 connections on boot by "System" and it's the first time it did that.
-
In XP, you must install 2.0 first to install 3.5, and 3.5 first before installing .4.0, so i don't think .net 4.0 will work if you remove the former.
-
disagree, tooltips can be sen on hover unlike the right pane which need a click.
-
It is during install of course. If i use imageX, to merge the images like this: The names are in french during installation despite the fact i use english names to merge them.
-
Hi Legolash2o I have created an all in one disk (x86 and x64 with all edition except enterprises ones) with updates and addons integrated. All is working well except that edition names are still in English, can you fix this for the next version please.