O2003PIA.exe has changed since it was initially published setup error.

I'm trying to package the Office 2003 PIA into an installer for Outlook VSTO 2005 Add-in,
but, since I don't know the public key (anyone know what it is?) the installer fails with the error:
"O2003PIA.exe has changed since it was initially published."
The installer log file indicates "Verifying file integrity of ...O2003PIA.exe WinVerifyTrust returned -21467622749"
I'm working based on info from this blog, in which Mads shares his bootstrapper for the PIA, but indicates that the PublicKey is not known...
http://weblogs.asp.net/mnissen/articles/427504.aspx?Pending=true
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=113154#113154
[675 byte] By [bobchauvin] at [2007-12-17]
# 1
As an fyi, I found the SN util, and got a possible key, but the installer fails to download the PIA completely...
Here are the steps...
C:\Progra~1\MID05A~1\SDK\v2.0\Bin\sn.exe -e Microsoft.Office.Interop.Outlook.dll key.dat
pause
C:\Progra~1\MID05A~1\SDK\v2.0\Bin\sn.exe -tp key.dat
pause
C:\Progra~1\MID05A~1\SDK\v2.0\Bin\sn.exe -o key.dat key.txt

The key.txt is comma delimited, so I have to find/replace to get the public key in usable format.

bobchauvin at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 2
Hi Bob,

I'm not sure how to help you here, as this question seems unrelated to MSBuild. Have you tried posting this question on the Visual Studio Tools for Office forum at http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=16 ?

--Rajeev

RajeevGoelmsft at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 3
Rajeev,
This seems to be an issue with using the build tool in VS2005 RC, specifically, trying to create an installer that includes the Office 2003 PIA.
I can post it to the other group, but though it fit here...
bobchauvin at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 4
Bob,

Sorry to bounce you around so much, but you might also try the "Visual Basic IDE" group. It sounds odd, but the VB team wrote all the publish code, including how publish works when you type "msbuild" on the command line.

Neil

NeilEnnsMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 5
I'm not using the Publish command, just trying to add the office 2003 pia to my build.. Anyway, I'm going to try by including the .msi file with a msiexec command...
bobchauvin at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...

Visual Studio

Site Classified