-
J2SE 5.0 has gone final
Yes, here's my command; REG ADD %KEY%\080 /VE /D "Sun Java VM 5.0.1" /f REG ADD %KEY%\080 /V 1 /D "%CDROM%\Software\SunJava\jre501.exe" /f
-
J2SE 5.0 has gone final
In my UA, your latest jre501.exe still makes my pc restart under my RunOnceEX.cmd I d/l this last night, have you posted a new one since then?
-
How to Copy Files in my RunOnceEX.cmd
Thank you all for your suggestions. B) I went with gunsmokingman's suggestion as it seems to work best for my UA. Thank you all again.
-
How to Copy Files in my RunOnceEX.cmd
Well neither of these suggestions worked. The 1st however made two new folders on my C:\ 1 is "Copy" & the other is "Y" (both of which are empty) This is how i entered them; md "C:\Program Files\DVD Decrypter" Copy /y "%systemdrive%\Install\Applications\DVDDecrypter\Test.txt" /f REG ADD %KEY%\005 /V 3 /D "cmd.exe /c Copy %systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" /f Any other suggestions?
-
How to Copy Files in my RunOnceEX.cmd
Wow you two were quick, thank you for the suggestions, I am trying them now, will post back the results. Thanks Again
-
How to Copy Files in my RunOnceEX.cmd
Hello, I'm trying to figure out how to copy files for certain apps w/o the need to make a SFX for them. I have tried; REG COPY %KEY%\005 /V 3 /D "%systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" REG ADD %KEY%\005 /V 3 /D "XCopy %systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" REG ADD %KEY%\005 /V 3 /D "Copy /y %systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" Any suggestions?
-
I hate it, I hate it! It just don't works
Hello, I had the same problem when I was at this point of my DVD project, as I also have a Via Raid Setup on my MSI K8T-Neo-FIS2R. I had to add 3 files to the C:\XPCD\$OEM$\$1\Drivers\M\V\raid folder, they are; viasraid.cat VIASRAID.INF viasraid.sys After adding the above files it works great, no more having to press F6 & use a floppy disk Hope this tip helps everyone else
-
Help with Registry Tweaks, Please
Thank you
-
Help with Registry Tweaks, Please
Hello, I am looking for the following Reg tweaks & have not had any luck searching for them, or the ones I have found don't seam to be working. 1. To turn Off the screensaver 2. To show the "Status Bar" in all open folders 3. To show Hidden Files & Super Hidden Files 4. To not show IE & Outlook on the top of the StartMenu 5. To add additional tabs to the folders Toolbar, like Refresh, Cut, Copy & Paste Thanks in Advance !!!!!
-
Registry Tweaks & Application switch needed
Sorry
-
Registry Tweaks & Application switch needed
Hello, I am looking for the following Reg tweaks & have not had any luck searching for them, or the ones I have found don't seam to be working. 1. To turn Off the screensaver 2. To show the "Status Bar" in all open folders 3. To show Hidden Files & Super Hidden Files 4. To not show IE & Outlook on the top of the StartMenu 5. To add additional tabs to the folders Toolbar, like Refresh, Cut, Copy & Paste I am also looking for an install switch to use in RunOnceEx or batch_file to install Mail Washer Pro 4.1 unattended Thanks in advance, you Guy's have been great !!!!!!
-
Office2k3, no errors
Well I used the example "phaeton" gave at the end of his post & it works flawlessly. Thank you. Now if only I can figure out some of these registry tweaks I'll be set.... Thanks again Guys
-
Office2k3, no errors
Thank you for responding so quickly, I am trying these suggestions now using Virtual PC. Will post back after test is completed Thanks Again
-
Office2k3, no errors
No one has any suggestions on how to fix this? And I thought the Moto here was; "MSFN.org Where people go to KNOW" I have noticed that over 30 people have looked at my post, yet no one has offered any help or suggestions.
-
Office2k3, no errors
Hello, I have tried different ways to get Office2k3 to install in my Unattended dvd but its not working so far, I followed the guide @ http://unattended.msfn.org/xp/office2003_advanced.htm & used the batch command, but still no luck. As it's installing I can see the progress & no error messages. The following are the commands I've tried; ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO. I have also tried this one; ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\Install\Applications\Office2003\PROI11N.MSI TRANSFORMS=Unattended.MST /qb- start /wait %systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO. The main files in my Office2k3 folder are; SETUP.EXE, PROI11N.MSI and Unattended.MST (along with the rest from the cd) Also, is there a way to add "My Network Places" to the start menu list, a way to show "hidden files and folder" in the folder\options\view for all folders & a way to show the "status bar" in all folders. Thanks in advance for any suggestions