You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
601 B
18 lines
601 B
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<packages>
|
||
|
<package id="sambawin7"
|
||
|
name="Compatibilite pour la jonction au domaine"
|
||
|
revision="3"
|
||
|
priority="10"
|
||
|
reboot="postponed">
|
||
|
|
||
|
<check type="registry" condition="equals" path="HKLM\System\CurrentControlSet\Services\LanManWorkstation\Parameters\DomainCompatibilityMode" value="1" />
|
||
|
<install cmd='%COMSPEC% /C regedit /s "%SOFTWARE%\sambawin7\Win7_Samba3DomainMember.reg"' />
|
||
|
|
||
|
<upgrade include="install" />
|
||
|
|
||
|
<downgrade include="install" />
|
||
|
|
||
|
</package>
|
||
|
</packages>
|