Windows Vista and Windows 7 Fix for AddWeb v8
AddWeb8.exe.manifest file instructions
For AddWeb v8 to function properly in Windows Vista or Windows 7, you need a manifest
file. The following are instructions on how to create that file:
1. Open Notepad
2. Copy and Paste the following text into Notepad.
<-- Executable: addweb8.exe Manifest:AddWeb8.exe.manifest Application manifest file: -->
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
processorArchitecture="X86"
name="AddWeb8"
type="win32"/>
<description>AddWeb v8</description>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
3. Save the file as AddWeb8.exe.manifest in your AddWeb8 folder, where the AddWeb8.exe file resides.
4. Run AddWeb v8.
Note: You might have to reinstall AddWeb v8. Do not uninstall
then reinstall or you will have to save put this file back into the AddWeb8
folder.
| |
|