Changes

Jump to: navigation, search

BGInfo

28 bytes removed, 20:02, 30 September 2006
m
no edit summary
<check type="file" condition="exists" path="%WINDIR%\system32\bginfo.bgi" />
<check type="file" condition="exists" path="%WINDIR%\system32\bginfo.exe" />
<install cmd="cmd /c copy /y \\server\share%SOFTWARE%\bginfo\bginfo.exe %WINDIR%\system32" /> <install cmd='cmd /c copy /y \\server\share%SOFTWARE%\bginfo\bginfo.bgi %WINDIR%\system32' />
<install cmd='reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v BGInfo /t REG_SZ /d "c:\windows\system32\bginfo.exe /i%windir%\system32\bginfo.bgi /timer:0" /f' />
<remove cmd="cmd /c del /y %WINDIR%\system32\bginfo.bgi" />
<remove cmd="cmd /c del /y %WINDIR%\system32\bginfo.exe" />
<remove cmd='reg del "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v BGInfo ' />
<upgrade cmd='' />
</package>
[[category:Silent Installers|BGInfo]]

Navigation menu