-
Posted to
Web Deployment Tool (MS Deploy)
by
swjensen
on
11-20-2009, 8:14 AM
Hi Dave
As you might have guessed, we decided to wait for the next release. With the new version, I am still getting errors, though.
I can now sync a server from my package, and I see settings being written to both HKEY_CLASSES_ROOT\CLSID and (HKEY_CLASSES_ROOT\Wow6432Node\CLSID.
But calling the comComponent from a website, generates an ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
swjensen
on
11-20-2009, 6:40 AM
processorArchitecture=x86 did the trick.
Thank you very much for the quick response:)
-
Posted to
Web Deployment Tool (MS Deploy)
by
swjensen
on
11-19-2009, 7:46 AM
Today I installed the 1.0 version of the Web Deployment Tool, and now I am getting errors when I try to sync to a package from a custom manifest file. Same error happens when using -verb:dump.
Then content of the manifest is this (the example from the website):
<sitemanifest>
<gacAssembly ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
swjensen
on
04-24-2009, 9:50 AM
I'm having problems installing a comObject32 from a package on a x64 machine.
For testing purposes I set up the following commands in batfile, creating the package and installing the component locally but through the agent service:
del c:\temp\package_local_comObject32_MSDeployTest.zip
regsvr32 ...