Jump to content

ajua

Member
  • Posts

    1,259
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

Everything posted by ajua

  1. do a search, you will find lots of post about ati drivers. maybe this if the wrong forum, try device drivers. you can always use winnt.sif method for the displays drivers and install control center using runoncex routine.
  2. 5) To prevent the annoying toolbar, homepage change, links and search engine change. Change this 4 values to "0" without the quotes. They are in Control table in All Tables tab. you can CTRL+F to bring the search dialog and find them fast. http://img472.imageshack.us/img472/6703/msn058bw.png
  3. i know that but i use the /qn switch to prevent any setup screen coming up for the user to see it.
  4. i just wanted to know if you installed your own modified setup with patched files included (not overwriten, just as source files) as i cant get it patched even if i choose the source files to be the patched ones. the method that works for me now is to modify as a i said in this topic and to overwrite the patched files with a RAR SFX archive. i wont download you setup because i need to do this in spanish for some users at my work. though i am trying this in both spanish and english laguages. but thanks anyway.
  5. If your runonceex contain some loop, goto, if... it is not possible to add them into YAWI. You can only use program call (exe, bat, com, cmd, msi) and registry modification. i have standard calls only (maybe the cdrom letter check will not work in YAWI). but seems useful to distribute application installer to my users with this tool so they can select whatever they want to be installed.
  6. @python5 have you installed you modifued setup with the included patched files on it? i did but nothing was patched (i also renamed the patched files as ou said). i just did a RAR SFX archive to silently extract and overwrite the patched files and this way is working well. can anyone confirm if the python5 method works for any of you? here isnt working. i think something else must be changed in order to use the patched files as source in the setup but really dont know what.
  7. i already modified the post with the hint on CTRL+F to bring the search dialog so you can find these values easily.
  8. just extract the msi file and open it in installer design studio from www.scriptlogic.com can use it in trial mode 1) Choose repackage an existing application and open the msi file. be sure to choose the option Create Transform on MSI Directly so you can modify the internal settings of the setup. Click GO. 2) In IQ Views Tab modify the reboot value so it cant reboot your computer. http://img148.imageshack.us/img148/5979/msn023jh.png 3) In Shortcuts tou can add/delete the one(s) you want only. 4) to prevent it from running after setup finishes delete this custom action. just reight-click on it and select Delete this Action. 5) To prevent the annoying toolbar, homepage change, links and search engine change. Change this 4 values to "0" without the quotes. They are in Control table in All Tables tab. you can CTRL+F to bring the search dialog and find them fast. http://img472.imageshack.us/img472/6703/msn058bw.png 6) You're done. Now just click File - Save Transformed as... and Save the modified MSI setup. to run it just use /qn parameter on it and that all. multilanguage setups can be modified like this. i changed an english and spanish setups. hope this is clear enough and helps. for us that use mess patch to remove features of messenger i think we can overwrite the exe that the patch modifies but im not 100% sure on this one. will try this later.
  9. Tested latest version in spanish and noticed that the setup in other languages than english come with langcode.txt files inside. so if you want to install it in your language use this. extrac the contents and run install.exe /q it doesnt reboot i used spanish so no need to use /lang command. for help on the lang command type /? the only thing "new" is that you need only a foreign (cant confirm on english download) distibution and then you can install it con english, spanish or other languages just using the lang code in /lang.
  10. I just tested the DirectX 9.0c Feb 2006 Redist and is working. Just extract the files to a folder and run DXSETUP.EXE /silent it doesnt reboot and is not requiered to run the original redist.exe with /q:a /r:n /t:tempfolder. Just extract and use /silent on dxsetup
  11. i just test it with the new version and is working. No "Open CCleaner" or "Run CCleaner" commands on recycle bin's context menu. I just wanted to test this tweak with the new version. thanks to the author that made a (****) yahoo toolbar-free setup
  12. the standards commands on msi installer are used as i see like /qn /norestart. i have one question? can it be activated when first launched or the activation prompt will pop up after the sielnt install? thanks.
  13. have you tried with Reboot=Supress ? also i think it can be modified usegin installer design studio to see if there is a property set to reboot machine without any prompt. Installer design studio is useful for this kind of issues. get trial from www.scriptlogic.com the program is pretty straighforward to use and learn.
  14. thanks, seems useful. i think we can use it from runonceex and all the entries we have in runonceex can be used in yawi.ini am i right?
  15. i install this one also from runonceex without any problems at all. and it is advertised as 8.0.22.0 version. have you tried to execute the msi with the standards parameters? i mean /qn / norestart? i use both for installing it. check the image attached to verify that i have it advertised properly on my system.
  16. i really hate all those "bundled" setups. look like if tha companies like yahoo, msn etc were not advertised anough to pay freeware developers to include their annoying software. thanks for pointing out that builds. i didnt know new version was out if not for this post. PS: will this tweak work with this new version? i think it will. if for removing the right click extension on the recycle bin. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell]
  17. thanks. i think that the compile exe file should be along with OutpostProInstall.exe. am i correct? i will install autoit tomorrow i begin my trainig thanks for your script. in my opinion outpost is the best firewall by far. i hate when all us computer magazines talk wonders about zonealarm. it isnt bad but i prefer outpost's ability to display all kinds of info on almost everything that is happening in your network. later.
  18. thanks for the feedback, it seems that my modified setup will work if i dont use it in unattended installs. i dont want to see that hardware wizard prompt anyway.
  19. well, i have an ati radeon but i think your driver path cannot contain space on it "Drivers\001_nvidia forceware81.98". also you are trying to install the drivers twice. one from winnnt.sif and the other from that batch file. here's what i do with my intel chipset drivers and my radeon card to give you a hint on what can you try. for my intel chipset, i extracted all the inf files on it and put it on Drivers\00_intelinf. windows installs them during detecting hardware stage. for my radeon card i do two things. one i extracting my display drivers and copy them on Drivers\01_ati so windows can install it from detecting hardware stage. for the control center (to configure card settings on windows i made an admin install and then i install it in a batch file with proper use of switches. i've heard tat you can install the forceware setup with /S switch. if it installs the display drivers and the control panel that all you need to do. run it from a batch file. for the nforce i really cant help you as i dont have to install on any machine i worked with. hope this helps you.
  20. its said!. thanks arabianhorse. confirmed now... its working with latest version of limewire pro (4.10.5). install it normally, configure everything you want (includde downloads folder) and then just make a SFX archive with all the contents of "Program Files\LimeWire Path". to be sure enough i also made an SFX archive out of %UserProfile$\Application Data\LimeWire". worked like a charm. thanks to arabianhorse for pointing this out.
  21. i've never used autoit but i already download it to try it with outpost. can you post your script to see if it helps me on it? thanks.
  22. what is /NOICONS for? for avoid the shorcuts? or what? thanks. i use myself outpost and will try to get the latest version working silently on my ua dvd. will let you know if i found something on the config wizard. have you tried at the outpost forum in agnitum's website? i will look tonight.
  23. @arabian horse i did use sfx archives for many appz, but since limewire uses the JRE i dont know if its ok to do that. have you try your own suggestion? so ican make it on my ua dvd. thanks. PS: dont be mad, its bad for your health
  24. @mickmack my modified installer Does Not installs it, i have tested it on my current windows. i just want to know if the scsi service is what brings the new hardware wizard prompt or not. @mruiz it seems that you CANT too. as i said, no ofense. i dont want to get an installer from someone else, im modifying mine by myself. i always search for topics. but i couldnt find if the scsi service is what brings that new hardware prompt.
×
×
  • Create New...