Jump to content

nice_guy75

Member
  • Posts

    406
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by nice_guy75

  1. I personally like vlite, though it is meant for Vista but till now it is working fine for me on Windows 7 SP1 as well. RT7lite is also good but it takes hell lot of time and it still has too many bugs and not updated since long. If you have WAIK for vista (installed), use gimagex and export your install wim to a new location and then replace your old wim with this new exported wim and then use vlite to remove the components.
  2. Yes I do have that file with me, but what if that file again have some #include functions, do I have to paste contents of those files as well in the bottom of the my script, means below content of pintomenu.au3? Currently, I am at work place and that file "pintomenu.au3" is in my lappy which is at home. I just want to know if that file again has some #include function so can I do the same with them as well?
  3. Hi there guys, I am trying to write an autoit script for pinning shortcuts on the taskbar, as I am unable to pin shortcut on taskbar by <taskbarlinks> <taskbarlinks> in autounattend.xml. Even if I succeed I still wish to know how can I compile an autoit script into exe which uses #include scriptname.au3" function. As it would require "scriptname.au3" and autoit installed as well. For example, here is my script: #include <PinToMenu.au3> ;Pin To Taskbar & Start Menu _PinToMenu(@ProgramFilesDir & "\Internet Explorer\iexplore.exe", 'Task') When I run this script it actually calls for "pintomenu.au3" if it won't get the file, my script is useless, now I just want to include the commands of pintomenu.au3 in my script itself so that it won't look for pintomenu.au3 file. As I want this for pinning shortcut on the task bar in my unattended installation obviously it won't be having Autoit installed. "pintomenu.au3" is actually comes by default with autoit. Please guys help me.
  4. The image was absolutely perfect, even it is working now as well. Though I have uploaded the image once again. I just wish to know the location of the wiminfo xml, I have opened my install.wim with 7zip and I found <arch>0<arch> in place of <arch>9<arch> and vice versa in [1].xml, if someone help me edit that xml my problem would be solved. 7zip doesn't allow us to edit anything in the wim.
  5. Read this thread: LINK REMOVED Mods, please delete this post if there is something which is against the rules of the forum, as I am not sure about this particular issue.
  6. I don't know how I get into this, but I have trimmed my OS (Windows 7 Ultimate x86 and x64) and then tried to make a multiboot OS of full version and trimmed versions of Windows 7 Ultimate, but when I tried to install I see x64 against my x86 OS and x86 against x64 OS. See the screenshot: Uploaded with ImageShack.us The highlighted one is actually x86 and the last on is actually x64 but you can see x64 against x86 OS and x86 against x64 OS. I guess it is in the wim itself as I have already tried to delete the wim and re-merge but same result. I presume that I need to edit some xml in the install.wim but I am not sure which xml and what to edit in that xml, please help me guys.
  7. I still like vlite, though I have never tried Windows 7 Toolkit. According to me vlite is fast and easy to use.
  8. Thanks, I know SP1 is already available but the one I was talking about was created earlier and I integrated IE9, patched the theme files and some updates as well so I would stick to the one I have created by reverse integration.
  9. I am talking about Windows 7 Ultimate only. And secondly I am talking about the trial version of the OS itself. See I just want to know two wims of the same version (ofcourse of different size) be merged or not?
  10. Guys, I have created 2 install.wims of x64 and x32 of Windows 7 Ultimate SP1 by reverse integration (for integrating SP1 and some updates) and then I have trimmed my install.wims. Now I like to merge all 4 wims into 1 install.wim so that I can have single DVD (multiboot) of full version windows 7 Ultimate (x32 'n' x64) along with their trimmed versions as well. Is it possible to do and if yes, would I be able to take out any install.wim if I need to, in the future and that too without any problem? I like gimagex and I have done similar things (merging wims and taking out one wim from multiboot wim) in the past as well, but I am putting this question on this forum just 'coz I have not merged trimmed and full install.wims of same version of the OS.
  11. it's ok using Autounattend.xml in my side, i put it under sources folder Well I am not sure about sources folder, I keep my Autounattend.xml @ root of the DVD and it works fine for me.
  12. What I understand, you actually made your install screen a little larger than the default one. Its actual resolution is 640x480 pixels.
  13. I may sound like an id-iot, but you better check the name of your file, it should be "Autounattend.xml". As I can see "A" is missing from the file name in your first post, it is autounttend.xml instead of autounAttend.xml.
  14. Thank you very much mate. I just found what I wanted. Now regarding reproducing, I want to change the target of windows explorer forever and you have given the perfect script. Thanks for once again mate. I presume you are very good when it comes to vb script writing, if you don't mind can I disturb you again in the future if I need any other script? As I am nothing when it comes to programming.
  15. I guess you didn't understand what I want. Actually when we click the explorer icon it opens libraries, and I want it to open "My Computer" and for that you need to change the target from "%windir%\explorer.exe" to "%windir%\explorer.exe Shell:MyComputerFolder" I don't want to remove or replace the shortcut itself.
  16. hi guys, When we click on explorer icon of the taskbar it usually open libraries, but we can customize it by following this tutorial: http://www.sevenforums.com/tutorials/2863-windows-explorer-taskbar-icon-change-open-target.html I want my explorer icon to open "My Computer" when clicked. Please someone write a script for this in VB or in autoit. Please help me guys, I am not so good in writing scripts.
  17. Just one question mate, will this pin chrome's shortcut on the taskbar? <TaskbarLinks> <Link0>%ALLUSERSPROFILE%\AppData\Local\Google\Chrome\Application\chrome.exe</Link0> </TaskbarLinks> Secondly, can you help me over here: with the help of some script (vbs or au3)?
  18. Hi guys, I have followed this tutorial and now I can open "My Computer" just by clicking the explorer icon of the taskbar, please someone help me get registry for this. Please help me guys.
  19. OMG so irritating.................................... I would recommend you to integrate IE9 by reverse integration, I did the same and there is no such issue with my OS.
  20. @ alvinkhorfire no mate, I have actually integrated sp1 by reverse integration and then I used vlite and it worked like charm. If you do not want to use my method you better use export tab and export the desired version of Windows 7 if there are more than one images in install.wim, if there is only one image just export it to the new location and then change the wim. I am sure it would work flawlessly.
  21. RT7lite is still has too many bugs, already tried. We have been listening that its new version is coming but still not released. And vlite is still working on windows 7 even on SP1. Please delete the other threat, here is the link:
  22. I have already posted in vlite section some 5 days back but no one answered so only I have posted in unattended section. Sorry for that.
  23. Nope I have not tried RT7Lite, infact I have trimmed my OS with vlite. When I tried, restore default setting nothing happens. I have also tried to enable from services.msc but getting Error code 5.
  24. How about run registry? I would suggest you to write autoit script to delay its loading.
  25. Hi guys, I have a Windows 7 ultimate x86/x64 DVD which I have made by reverse integration. I wanted to make it lite with vlite, I have removed some components and disabled few services as well but when I installed that OS my Windows Firewall is not starting, I have tried each and everything but nothing seems to be working for me. I even tried to follow this article from MS: http://support.microsoft.com/kb/943996, but when I tried to change the permission of Parameters in DPS (the last one) I got "Access Denied" error. I have tried almost 50 different methods but none of them is working for me. Please help me understand this problem and how can I solve this problem. I have tried my install.wim in vmware and there is no such problem in my install.wim, I guess this problem is b'coz of some malware or some registry settings, please help me guys. I have posted this problem here just because this is the most active section.
×
×
  • Create New...