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
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.
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...
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