Everything posted by Bodman
-
Is there a way to auto Repartition
Hi, I have successfully created a USB XP Install disk (using the bat file) but I would like to make it automatically remove all partitions from the HDD and repartition to 1 full size partition. On a normal Unattended XP I would add the line into Winnt.sif [unattended] Repartition=Yes So I added this to winat.sif but as the Multiboot USB Key ignores the [unattended] section this will not work Any help greatly appreciated //Bod
-
Autoit - How do I press Next
I eventually fixed it, all it needs is a sleep of 5 seconds before I send the !n it looks like the Next button isnt immediatly active when the window opens //Bod
-
Autoit - How do I press Next
The mouse was actually over the NEXT button when i took the screen shot, there is no button number (Button2 for eg), I have tried Send("!n") but it appears that the cursor is actually captured on the "What is activation?" link I had a similar problem with the screen before but i found that pressing the tab key 9 times to get to the correct button then sending !n worked. //Bod
-
Autoit - How do I press Next
Hi, I am trying to automate my install for Norton internet security 2006 using Autoit. I have managed to get most of it to work fine, but I have 1 problem when I get to the attached screen I cannot click on the Next key, the windows seems to default to the "What is activation?" part of the screen, I have tryed, controlclick, sending !n (Alt N) sending enter (which opens up the What is activation? help section), sending TAB but none of these work... If i manually press TAB or Alt N on the keyboard these work fine, its only when i send the commands from a script. Any help greatly appreciated. //Bod
-
Taskkill.exe and home edition
Thanks
-
Taskkill.exe and home edition
I cant find taskkill in Win XP home ed, so I copied it from XP Pro but I get a error when I try to run it. is it possible to run taskkill.exe in home ed or do i need to use something else. Cheers Bod
-
Norton Antivirus 2003 Updates
HI I have succesfully managed to unattended install NAV2003 but when I live update it downloads a set of updates for things like Livereg Norton Antivirus Program Updates etc etc Is there a way to either slipstream this or save the files to be installed manually. The updates automatically download and install, I cannot find where they install to (unlike the classic microsoft root dir 75984892389329 or summit) TIA Bod
-
Norton Antivirus 2003 need to stop config wizard
Once Norton installs and you run Live update, it installs several updates, is there a way to slipstream that, or does anyone know where these files install to. Cheers Bod
-
Norton Antivirus 2003 need to stop config wizard
I have found that once installed if I delete the following reg keys this stops the Config Wizard from running. the only problem i have now is how can I do this from a .cmd file so I can automate it ( I tried -HKEY........ but this deletes the whole tree and not just the entry) //Bodman
-
Norton Antivirus 2003 need to stop config wizard
Yes, the activated DLL is a machine specific. We said it on that thread. Yeah I read that, shame really
-
Norton Antivirus 2003 need to stop config wizard
DOH, I found it, Please accept my apologies
-
Norton Antivirus 2003 need to stop config wizard
A bit more info, I am looking to create a fully unattended install of windows (like the rest of us) So with NAV2004 I followed Mazins guide (the final battle) and got it to work but when I try this on another machine I stilll need to go through the activation process, so I thought I would drop back to NAV2003, which works fine but it still runs the config wizard at the end of the install. I have looked on the CD and also the installed machine for the cfgwiz.exe file but cant find one. Thanks in advance //Bodman
-
Norton Antivirus 2003 need to stop config wizard
I looked for the file cfgwiz.exe on the machine but couldnt find it I thought it would be in the same place as in NAV2004 but its not. I also ran a search of the C drive but still no good any ideas?
-
Norton Antivirus 2003 need to stop config wizard
Hi, I have managed to get Norton Antivirus 2003 to install Silently but once windows is finished installing I have to go through the Configuration Wizard (Registraton, Schedule weekly scans, run live update etc etc) is there any way to either stop this or pre configure it //Bodman