Jump to content

MAVERICKS CHOICE

Member
  • Posts

    1,816
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by MAVERICKS CHOICE

  1. As your script would be "%systemdrive%" that would UA install to your "C Drive" if thats the path you use of course. Bear in mind you would not call your Autoit script.exe the same name as your program eg AntiSpyware.exe as Autoit automates this install. I know its probably a little confusing have a good look at the UA guides in MSFN & the Autoit site attached to my sig when your a bit more familar. Ive been working on my UA & Multiboot creations for nearly two years & no where proficient as some dudes round here,but learning everyday.
  2. I just redone mine for ver6605 worked great & reduced by 7 meg!
  3. Had dramas with Quicktime full.exe myself. I don't think it'll work with those switches though? I went to the Alt but still have some dramas there UAing with Autoit @ the moment not quite there though close!
  4. Yes this is what Ive been longing to do just Havn't had the time to do so just excellent.
  5. Like you would normally with the correct paths using the .exe Autoit compiles for you?
  6. @Evilvoice what a great tute worked great slashed about 8meg off the installer & installed in ten seconds. very good indeed.
  7. Not a bad compilation, few items in the componets section that may be handy. Good work
  8. Well use a sfx rarred exe to copy the files where you require them?
  9. Try this extract the msi &: REG ADD %KEY%\170 /VE /D "Windows Resource Kit" /f REG ADD %KEY%\170 /V 1 /D "%CDROM%\Software\XPResource\rktools.msi /q" /f Alter your paths of course.
  10. Do you know the Silent switch for it? Tried the /? only iniated the prog?
  11. Ive had no issues since taking Ryans advice & running it seperately in GUIRunOnce.
  12. Yeah thanks but I wasn't clear I was after the automatic update Icon in sys tray that I want to remove?
  13. Just a quick one I have added this to the registry in my UA but still get the security centre notif in the sys tray?? [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "AntiVirusDisableNotify"=dword:00000001 "AntiVirusOverride"=dword:00000001 "FirewallDisableNotify"=dword:00000001 "FirewallOverride"=dword:00000001 "FirstRunDisabled"=dword:00000001 "UpdatesDisableNotify"=dword:00000001
  14. Thats very nice indeed, thanks MCT & Yzowl for a nifty little tool. Just curious a simple way to include this in a UA?
  15. I've known different technicians at work remove the same things from their install cd's @work and get different results. That's why I never use nLite for reducing size of source. Its too unpredictable. Sorry if this upsets the nLite dev's but thats' our personal experience with it - we just use it as a slipstreaming tool. Some people might/will disagree with me but from past dodgy experiences I will not use nLite as a reducing tool. I use the original guide = http://unattended.msfn.org/xp/space_saving_tips.htm and manually del all the mentioned directories there and haven't had any issues from doing so, especially the prob you are experiencing. nLite V0.99.4b2 M$ WinXP Pro (with no SP's applied, just "bare") M$ SP2 RyanVM pack full V104 P.S. For the same reasons - unpredictability - we also don't use VMware or VirtualPC for testing. Just a dedicated testbox. It just adds extra clutter to find what-went-wrong-where if issues arise. Rule 'em out from the word go. Well I & Heck of a lot of other forumers have been testing NLite for many months now & the only problems I have encountered are user errors not program ones!
  16. I don't really think what Bart is doing is any different to what we are all doing here when ya think about it. Way I see it if you purchase the software & are not modifying or hacking it for profit whats the problem??
  17. I didnt think Nologic was around here anymore??
  18. I was originally using batch-files. Then went to RunOnceEX from the cd. Found the file copy phase in the batch method was taking too long.
  19. Do you know the silent switch /? no work? only for Quicktime 6.52 not Itunes.
  20. Looking to include winimage in my UA disk & have been told its quite difficult to install UA & far easier to copy over. I have made this script below to copy using runonce ex but it seems to be ignored & does not install & I missing something or does it require something else? REG ADD %KEY%\175 /VE /D "WinImage6.1" /f REG ADD %KEY%\175 /V 3 /D "cmd.exe /c Copy \"%CDROM%\Software\WinImage\"\"C:\Program Files\winimage"\" /f
  21. Any chance of a sample of your batch & where you placed it to allow the startup to execute for second logon?
×
×
  • Create New...