Jump to content

RenRen

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

About RenRen

RenRen's Achievements

0

Reputation

  1. Hi, I have 2 questions: 1. I want to do a reg modify while install and don't know where when and how, please help! Group Policy: User Configuration\Administrative Templates\Windows Components\Attachment Manager Registry Subkey : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments Registry Entry: SaveZoneInformation Entry Value: On (1) or Off (2) How should it look in the batch file? 2. I wondered what is better (and why? is there a difference?): Start "Title" /wait %CDROME%\install\alcohol\setup.exe /qn Or REG ADD %KEY%\002 /VE /D "Alcohol 120" /f REG ADD %KEY%\002 /V 1 /D "%CDROM%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\002 /V 2 /D "REGEDIT /S %CDROM%\install\alcohol\register.reg" /f Thanks in advance
  2. Hi, I'm new here & this is my 1st post here. I have 3 questions: 1. I downloaded someone else's unattended XP Pro SP3 & I'm trying to modify it. My question is: if I'll delete one of the setup files (like FF2 for example), will it pop up some error or even fail to install? I want to update & upgrade his installation. The reason I do not make a disc of my own is because it has some themes and some more tweaks that I don't know how to get them and how to implement them.. I tried to find the batch file that installs it but all was in vain. by the way, is there another way beside batch files to accomplish the task? 2. I want to do a reg modify whille install and dont know where and when, please help! Group Policy: User Configuration\Administrative Templates\Windows Components\Attachment Manager Registry Subkey : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments Registry Entry: SaveZoneInformation Entry Value: On (1) or Off (2) how should it look in the batch file? 3. Iwanderd what is better (and why): Start "Title" /wait %systemdrive%\install\some_application\setup.exe /switch /anotherswitch Or REG ADD %KEY%\002 /VE /D "Alcohol 120" /f REG ADD %KEY%\002 /V 1 /D "%CDROM%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\002 /V 2 /D "REGEDIT /S %CDROM%\install\alcohol\register.reg" /f Thanks in advance
×
×
  • Create New...