
martin26uk
MemberContent Type
Profiles
Forums
Events
Everything posted by martin26uk
-
Hi, 2 of my friends have bought identical laptops HP Omnibook 6100. I've put XP Pro on them and for some reason they both are set on extended desktop - even though theres no monitor attached. I cant disable it in the display properties as its greyed out but its ticked. So at the moment you have to scroll around the screen to get from the top to the bottom of the desktop and also left to right - this even happens on the logon screen!
-
Hi, i'm looking for a basic script for setting up user profiles, something that can be ran from a memory stick. At my work we deploy new PCs every day and have to logon to the machines as the user and set the folder options, shortcuts, change options etc for each user. Is there anything already created that i could work on / modify for my needs ?
-
Remote Installation - beta updated!
martin26uk replied to sk3's topic in Unattended Windows 2000/XP/2003
Sounds good - upload the beta so we can have a look -
Windows Cannot Find WPI.hta
martin26uk replied to martin26uk's topic in Windows Post-Install Wizard (WPI)
Oops my mistake - i renamed the config.js to something else -
Windows Cannot Find WPI.hta
martin26uk replied to martin26uk's topic in Windows Post-Install Wizard (WPI)
Ok i still cant get it to work - this is on a multiboot DVD so my setup files for XP are not on the root of the DVD The WPI.hta is now opening but the files to install are not showing up Attached is the problem And my folder structure -
Windows Cannot Find WPI.hta
martin26uk replied to martin26uk's topic in Windows Post-Install Wizard (WPI)
Ok cool - i'l give that a try -
Hi, i've just started using this after using the RunOnce method. I'm getting the following error after windows has installed but before my apps have installed : Im using a multiboot DVD - my WPI folder is located on the DVD as: not I can move the WPI folder to the root on the DVD thats not a problem but is that where it should be located ?
-
I need to add 2 " DetachedProgram=" in Winnt.sif
martin26uk replied to martin26uk's topic in Multi-Boot CD/DVDs
Just noticed that i have arguement instructions that belong to DetachedProgram=".\system32\cmd.exe" Think i'l just find a different way of installing the drivers so i dont have 2 instances of DetachedProgram= -
I need to add 2 " DetachedProgram=" in Winnt.sif
martin26uk replied to martin26uk's topic in Multi-Boot CD/DVDs
Right- i've never made a command script so does the following look right ? I'd call the cmd script using: And the cmd script would contain: -
Sorry i meant that mplayer opens up at the 33 minute stage, the video starts playing but no sound can be heard. Now whilst the video is playing if you select tools > options on mplayer itself and click apply - the sound starts playing. No options are changed so its just a strange one Anyone else manage to get audio working ?
-
Hi, in Winnt.sif i install the drivers by placing the following in [GuiUnattended] But i've added a video now to the setup which uses Can i use 2 detached programs because i cant get it to work tried this But only the 1st option is picked up Any ideas ?
-
ha ha posting your coursework on here for someone else to do Try going to a coding forum
-
You add the drivers during setup so no need to do what you said. All the info is here http://unattended.msfn.org/unattended.xp/view/web/33/
-
request Windows Live Messenger 8.1.0178 silent?
martin26uk replied to emadhamdy2002's topic in Application Installs
Use sharks msn install - just execute it and it silently installs Shark's Live Messenger Thread URL EDITTED by Shark007 -
Sorry change it to this - cant edit it for some reason Your Runonce should look like this cmdow @ /HID @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i: SET PP=%SystemDrive%\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Your Apps 4 U - Sit Back and Enjoy" /f REG ADD %KEY%01 /VE /D "Acrobat Reader" /f REG ADD %KEY%01 /V 1 /D "%PP%\install\acrobat\ar6.exe /qn" /f REG ADD %KEY%02 /VE /D "Adware Pro 6" /f REG ADD %KEY%02 /V 1 /D "%PP%\install\adware\adw6pro.exe /qn" /f Exit
-
Change to With those software apps in $OEM$\$1\Install\ e.g. $OEM$\$1\Install\acrobat $OEM$\$1\Install\adaware that should do it
-
Hi, i've read various posts on different methods of installing ZAP 6.5 unattended but it would never fully work for me - after putting this and that together this is what worked for me Install ZAP as normal on your PC Setup ZAP how you want it to run Goto Overview > Preferences Tab > Select Backup and save the file as zoneconfig.xml Now open Regedit & export the complete key from: HKLM > Software > Zone Labs & call it zone1.reg HKCU > Software > Zone Labs & call it zone2.reg Now add this to your Runonce - change the paths to your local setup REG ADD %KEY%26 /VE /D "ZoneAlarm Pro 6.5.700" /f REG ADD %KEY%26 /V 1 /D "%SystemDrive%\Install\zone_alarm\setup.exe /s /i /noreboot /lickey YourLicenseKeyWithoutDashes %SystemDrive%\Install\zone_alarm\zonesettings.xml" /f REG ADD %KEY%26 /V 2 /D "Taskkill /F /IM zclient" /f REG ADD %KEY%26 /V 3 /D "REGEDIT /S %SystemDrive%\Install\zone_alarm\zone1.reg" /f REG ADD %KEY%26 /V 4 /D "REGEDIT /S %SystemDrive%\Install\zone_alarm\zone2.reg" /f Hope this helps someone B)
-
I've changed the DVD text that shows when the DVD starts from to Now i want to add this so i added this but it doesnt work if $lastKey == key[esc]; then cls Also tried this if $lastKey == key[esc]; then goto boot Whole thing looks like this boot: cls print "\n\n\n\n\n\n\n\n\n\n\n\n" set textColor= color[brightgreen on black] print c "Press ENTER to go to the Menu System \n" print "\n" set textColor= color[brightred on black] print c "If you've started installing XP please WAIT for another \n" print c "30 Seconds for the installation to automatically continue \n" getkey 30 boot 0x80 if $lastKey == key[enter]; then script menus/rootmenu.scn if $lastKey == key[esc]; then cls # When no key found... goto boot Any ideas - I just want to press ESC to boot from the hard drive
-
You need to show hidden folders Tools>Folder Options>View>Show Hidden files
-
Office 2007, Unattended Setup & Fine-tuning
martin26uk replied to prathapml's topic in Microsoft Office
I had the same problem then i saw this http://www.msfn.org/board/index.php?showtopic=86727 havnt tried the iso yet but it looks like its gonna work