Difference between revisions of "Antiwpa"
From WPKG | Open Source Software Deployment and Distribution
(New page: == Antiwpa 3.4.6 == A cure against the M$ Windows Product Activation. [http://antiwpa11.tk/ Antiwpa] is available as an ZIP package. Extract and correct install string according to your ...) |
(→Antiwpa 3.4.6) |
||
Line 13: | Line 13: | ||
<remove cmd="regsvr32 /s /u %SYSTEMROOT%\antiwpa.dll"/> | <remove cmd="regsvr32 /s /u %SYSTEMROOT%\antiwpa.dll"/> | ||
<remove cmd="cmd.exe /C del %SYSTEMROOT%\system32\antiwpa.dll"/> | <remove cmd="cmd.exe /C del %SYSTEMROOT%\system32\antiwpa.dll"/> | ||
− | </package> | + | </package> |
</packages> | </packages> | ||
</source> | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 04:24, 16 May 2009
Antiwpa 3.4.6
A cure against the M$ Windows Product Activation.
Antiwpa is available as an ZIP package. Extract and correct install string according to your Windows version.
<packages>
<package id="antiwpa" name="Antiwpa v3.4.6" revision="1" priority="0" reboot="true">
<check type="file" condition="versiongreaterorequal" path="%SYSTEMROOT%\system32\antiwpa.dll" value="3.5.0.0"/>
<install cmd="cmd.exe /C copy /y "%SOFTWARE%\utiliti\citi\Antiwpa-V3.4.6 for X64 and X86\X86\antiwpa.dll" %SYSTEMROOT%\system32\"/>
<install cmd="regsvr32 /s %SYSTEMROOT%\system32\antiwpa.dll"/>
<remove cmd="regsvr32 /s /u %SYSTEMROOT%\antiwpa.dll"/>
<remove cmd="cmd.exe /C del %SYSTEMROOT%\system32\antiwpa.dll"/>
</package>
</packages>