
b-man
MemberContent Type
Profiles
Forums
Events
Everything posted by b-man
-
cheers ill be having a look at that
-
oh crap just installing it now lol oh well ill have to make another version when the other things arnt right cheers will copy them again and try again altho it did say when i tested after i added that everything worked successfully hmm... edit ok they didnt work like they were will try the updated 1s and report back, thanks for them btw 1 thing my run once didnt work but after i had logged in and rebooted it worked shouldnt it work the first time i log into my user? i placed %source%\runonceex.cmd into nlites run once also the netframework 2 and 3.5 i have doesnt seem to work it runs and installs but is showing its not installed even after reboot
-
how do i put my own login screen and display picture in could i just copy my login screen over through $OEM$ or run it at runonce? how would i do that and would it just be a registry file i would have to change for my display picture 1 other thing i have created toolbars for my start bar is this another registry thing to make a folder a toolbar
-
set local is to run from cd instead of copying everything to the hard drive http://unattended.msfn.org/unattended.xp/view/web/59/ thanks ill copy that and c so many %%% and \\\\ how do u learn all that?
-
is this a valid runonce cmd file?? what do i have to change to make it work i removed cmdow \hide and turned echo on and ran it sandboxed and recieved "Error: too many command-line parameters" for any file i was trying to create a registry file for(7zip,reshack,open with notepad ect) instead of just importing 1 how do i create a reg file or import 1 with a variable %systemdrive% instead of c:\ and will it run regsvr32.exe and register the dll files? or do i need to change something RunOnce.cmd.txt
-
never mind i worked that out so could i add this to the run once area (the run once in nlite) or the runonce.cmd i am creating? or do i copy the text from the runonce.cmd to the run once area in nlite meant to go here ; Settings ;7-Zip Settings REG ADD HKCU\Software\7-Zip\Options /v CascadedMenu /t REG_DWORD /d 00000001 /f REG ADD HKCU\Software\7-Zip\Options /v ContextMenu /t REG_DWORD /d 00000306 /f or would this work so every user has the same settings ; Settings ;7-Zip Settings REG ADD HKU\.DEFAULT\Software\7-Zip\Options /v CascadedMenu /t REG_DWORD /d 00000001 /f REG ADD HKU\.DEFAULT\Software\7-Zip\Options /v ContextMenu /t REG_DWORD /d 00000306 /f are these correct? REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f do i have to put the 050 there or not? and does it need a heading with the /VE /D "heading" if i can leave it as the runonce.cmd can i put this in it ?? REM Copy Azureus Plugins copy %source%\$OEM$\Azureus\plugins "%programfiles%\Azureus" REM Copy Azureus Settings copy %source%\$OEM$\Azureus\settings "%appdata%\Azureus"
-
is there a way to manually install by placing the dll file somewhere or how would i create a silent install like Kelsenellenelvian had said
-
ok skip that after searching all day i eventually clicked every option in 7zip and found it in the plugin tab ??? lol anyway after setting them where is the setting file located so i could copy to another installation and keep those settings
-
when i right click a file and go to the 7zip selection then it opens up a list of what it can do how do i remove some of the entries o have opened the 7-zip.dll and found in dialog 102 i should have a menu that i am able to do it but i cant find the menu in question any ideas without editing the dll?
-
anything i have used winrar for i just turned into an addon and it worked. so basicly the same urs is a bit of a neater idea and wouldnt cause problems where my way could. in winrar is there a way to copy 1 folder to %appdata% and 1 folder to %programfiles% azureus.cmd REM Copy Azureus Plugins copy %source%\$OEM$\Azureus\plugins "%programfiles%\Azureus" REM Copy Azureus Settings copy %source%\$OEM$\Azureus\settings "%appdata%\Azureus" and place the azureus.cmd file into %source%\$OEM$\azureus.cmd ? and then the run once command in nlite $OEM$\azureus.cmd ok so if i done that, would that copy the folder contents of plugins(being a folder called plugins) into the folder Azureus in the %programfiles% directory and the folder contents of settings(being a folder called Azureus) into the %appdata% directory both overwriting any previous files?? and would that do it silently how would i add it to a bulk run once cmd file using the example from the forum website cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f REG ADD %KEY%\015 /VE /D "Diskeeper 8" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT and whats /v*, /ve, /d and /f
-
u have to set it as your default theme in the unattended section
-
ok but i need more commands than that or dont understand it still how do i copy some files over i have a azureus silent installer and i want to copy over some plugins to the install directory but also copy my settings to the %appdata%\azureus directory and create a shortcut is there a tutorial on how to do these things through runonce and where would i place the files so that they can be copied over
-
er huh? is that through run once? i am beginner to all this so a silent installer and addon is easier, i dont understand run once yet
-
how do i use run once can i just run a reg file through it or does it need to be through a batch command how would i run a reg file through a batch command through runonce is there any place that shows the commands used for adding deleting running ect in a batch file also how would i organize the start menu by moving shortcuts and deleting other unneeded items
-
thanks id like to learn the advanced way but at the moment im having enough trouble doing all these things the easy way lol so ill stick to the easy way for now hard enough trying to find the easy way as some threads that should be sticky threads are lost through pages of junk
-
done cheers worked out that if that reg file exists i only have to change the open command and the icon if i want the icon changed
-
thanks
-
ah i understand now it can be anything really or probably doesnt even need to be added but just there to make it all tidy
-
what benefit is there with using a msi? prolly a noob question i just added this incase any1 wanted with the right click option
-
yeah dont know much about run once or batch files so hard to explain lol i was more thinking if running a batch file in my addon could it be added to entries.ini or would i have to combine and create the 2 files as 1 switchless installer with the batch file being called from inside the installer
-
somename represents??? the program ??
-
GUIDE: Download Everything Microsoft (MSDBuild v5.5)
b-man replied to DarkShadows's topic in Unattended Windows 2000/XP/2003
thanks didnt notice that in the guide -
is the transformation pack an addon or can it be integrated u might have to create as an addon or install after
-
reshack with a right click shell extension that allows you to right click compatible files and open them in 1 go installs to %program files%\reshack creates a reg file for shell intergration just remove if unwanted Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\reshack] @="Reshack" [HKEY_CLASSES_ROOT\*\shell\reshack\command] @="\"C:\\Program Files\\reshack\\ResHacker.exe\" \"%1\"" silent installer http://rapidshare.com/files/236255931/reshack.exe addon http://rapidshare.com/files/236255511/Reshack.7z