Installing the symbols to a local symbol server from the MSIs

Hi,

I am wondering how to get the symbol packages installed on a *local*
symbol server without actually installing the MSIs? Our symbol server is
a Samba share on a Linux box that is being filled using symstore.

Unlike with Vista the admin install does not seem to just unpack the
MSIs. Any ideas?

Thanks,

// Oliver

You could try using Orca: http://msdn.microsoft.com/en-us/library/aa370834(v=vs.85).aspx

If I recall correctly, it will let you read MSI’s, though I haven’t any idea if that means that you will be presented will a nice collection of symbol files, or a mess of mangled names.

Incidentally, to what ‘MSI’s’ do you refer?

If all else fails, you could install them locally and then move them. Not very satisfying, alas.

Good luck,

mm

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Oliver Schneider
Sent: Wednesday, February 23, 2011 12:41 PM
To: Kernel Debugging Interest List
Subject: [windbg] Installing the symbols to a local symbol server from the MSIs

Hi,

I am wondering how to get the symbol packages installed on a *local*
symbol server without actually installing the MSIs? Our symbol server is
a Samba share on a Linux box that is being filled using symstore.

Unlike with Vista the admin install does not seem to just unpack the
MSIs. Any ideas?

Thanks,

// Oliver


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Can’t you just run the MSI from a Windows box and pick your share as the
target install location? Or just install them locally and xcopy them over.

-scott


Scott Noone
Consulting Associate and Chief System Problem Analyst
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Oliver Schneider” wrote in message news:xxxxx@windbg…

Hi,

I am wondering how to get the symbol packages installed on a *local*
symbol server without actually installing the MSIs? Our symbol server is
a Samba share on a Linux box that is being filled using symstore.

Unlike with Vista the admin install does not seem to just unpack the
MSIs. Any ideas?

Thanks,

// Oliver

Don’t mind me - I didn’t realize/remember that the symbol packages were MSI’s. My brain was quiet certain that they were self-extracting exe’s.

mm
-----Original Message-----
From: Martin O’Brien [mailto:xxxxx@gmail.com]
Sent: Wednesday, February 23, 2011 12:47 PM
To: ‘Kernel Debugging Interest List’
Subject: RE: [windbg] Installing the symbols to a local symbol server from the MSIs

You could try using Orca: http://msdn.microsoft.com/en-us/library/aa370834(v=vs.85).aspx

If I recall correctly, it will let you read MSI’s, though I haven’t any idea if that means that you will be presented will a nice collection of symbol files, or a mess of mangled names.

Incidentally, to what ‘MSI’s’ do you refer?

If all else fails, you could install them locally and then move them. Not very satisfying, alas.

Good luck,

mm

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Oliver Schneider
Sent: Wednesday, February 23, 2011 12:41 PM
To: Kernel Debugging Interest List
Subject: [windbg] Installing the symbols to a local symbol server from the MSIs

Hi,

I am wondering how to get the symbol packages installed on a *local*
symbol server without actually installing the MSIs? Our symbol server is
a Samba share on a Linux box that is being filled using symstore.

Unlike with Vista the admin install does not seem to just unpack the
MSIs. Any ideas?

Thanks,

// Oliver


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

On Wed, 23 Feb 2011 17:41:16 +0000
Oliver Schneider wrote:

> I am wondering how to get the symbol packages installed on a local
> symbol server without actually installing the MSIs? Our symbol server
> is a Samba share on a Linux box that is being filled using symstore.
>
> Unlike with Vista the admin install does not seem to just unpack the
> MSIs. Any ideas?

7-zip (http://7-zip.org) understands the archive format used by MSI -
if you open the MSI in either Windows or Linux you’ll be able to
extract the symbol files.


Bruce Cran