Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
...@x2systems.com mailto:n...@x2systems.com From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: Wed 07/01/2009 23:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source I don't know. Works

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Simon Dahlbacka
From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: Wed 07/01/2009 23:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source I don't know. Works on the build machine today. shrug

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
/2009 04:12 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source Rob Mensching wrote: I don't know. Works on the build machine today. shrug/ I ran into this about a year ago. Take a look at the votive2008.csproj HintPath metadata

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Rob Mensching
Dahlbacka [mailto:simon.dahlba...@gmail.com] Sent: Thursday, January 08, 2009 00:24 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source from the error message, a plausible explanation is the key used is one that is used is also used

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
- From: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com] Sent: Thursday, January 08, 2009 00:24 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source from the error message, a plausible explanation is the key used is one that is used is also

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Bob Arnson
Neil Sleightholm wrote: I am not sure I follow, I can't use the same key that is yours and you don't ship the private part (quite correctly) and if you use the public key you can't run the code. src\Votive\sconce\Properties\AssemblyInfo.cs has InternalsVisibleTo for votive*.dll with the

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Rob Mensching
] Sent: Thursday, January 08, 2009 09:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source I am not sure I follow, I can't use the same key that is yours and you don't ship the private part (quite correctly) and if you use the public key

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Bob Arnson
Neil Sleightholm wrote: Do you mean copy the hint paths from the 2008 project? The 2005 project doesn't have any hint paths in it. I'm wondering whether without the hint paths, it's picking up wrong versions. But I think the InternalsVisibleTo fix is the right one. -- sig://boB

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
] Sent: 08 January 2009 18:27 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source In src\Votive\sconce\Properties\AssemblyInfo.cs you'll see the key tokens for the last couple keys we've used. You'll need your own in there to make your own

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Rob Mensching
. Subject: Re: [WiX-users] Building signed WiX Source That was it, thank you very much. I will be documenting the things I find on my blog but will also try to update the WiX help file in the near future. I will also see if there is some way to automate this. Neil -Original Message- From

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
in needing this otherwise it would have come up before. Neil -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: 08 January 2009 21:37 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source I'm not sure

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Rob Mensching
be alone in needing this otherwise it would have come up before. Neil -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: 08 January 2009 21:37 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source I'm

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
. Subject: Re: [WiX-users] Building signed WiX Source Yep. This need has never come up in the 4.5 years WiX has existed externally. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Thursday, January 08, 2009 22:14 To: General discussion for Windows Installer XML

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Rob Mensching
Signing is not new. None of this is new. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Thursday, January 08, 2009 22:39 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source But I thought signing

Re: [WiX-users] Building signed WiX Source

2009-01-07 Thread Rob Mensching
for Windows Installer XML toolset. Subject: [WiX-users] Building signed WiX Source I want to be able to build the WiX source to run on machines other than the build machine. By default the build processes delay signs the code with the public WiX key and so it won't run unless you trust the public key

Re: [WiX-users] Building signed WiX Source

2009-01-07 Thread Neil Sleightholm
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source Do you have the VSIP SDK? I *think* that's what is required. There is a fair bit of software that has to be installed when doing an official build. -Original Message- From: Neil Sleightholm

Re: [WiX-users] Building signed WiX Source

2009-01-07 Thread Rob Mensching
Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source If I build without setting OFFICIAL_WIX_BUILD everything is ok, it is only a problem when I try to sign it. Is VSIP SDK == Visual Studio 2005 SDK Version 4. Neil -Original Message- From: Rob Mensching

Re: [WiX-users] Building signed WiX Source

2009-01-07 Thread Neil Sleightholm
[mailto:rob.mensch...@microsoft.com] Sent: 07 January 2009 22:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source 2005 and 2008 both. I think that's a 2008 thing but I'm not sure if that fixes the 2005 official build. Votive is mainly

Re: [WiX-users] Building signed WiX Source

2009-01-07 Thread Rob Mensching
I don't know. Works on the build machine today. shrug/ -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Wednesday, January 07, 2009 15:00 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source I have both

Re: [WiX-users] Building signed WiX Source

2009-01-07 Thread Bob Arnson
Rob Mensching wrote: I don't know. Works on the build machine today. shrug/ I ran into this about a year ago. Take a look at the votive2008.csproj HintPath metadata for all the VSSDK assemblies. If you create the same directory structure, I believe everything will work. -- sig://boB