Click here to Skip to main content
15,890,717 members
Home / Discussions / System Admin
   

System Admin

 
QuestionAvailability of "Terminal Service Manger" type utility in Windows XP Pin
Mushtaque Nizamani9-Jul-08 23:33
Mushtaque Nizamani9-Jul-08 23:33 
AnswerRe: Availability of "Terminal Service Manger" type utility in Windows XP Pin
Thisita10-Jul-08 15:27
Thisita10-Jul-08 15:27 
QuestionHow to make a Bootable CD/DVD(set) from a recovery Partition Pin
Thisita8-Jul-08 14:57
Thisita8-Jul-08 14:57 
AnswerRe: How to make a Bootable CD/DVD(set) from a recovery Partition Pin
Sebastian Schneider9-Jul-08 4:57
Sebastian Schneider9-Jul-08 4:57 
GeneralRe: How to make a Bootable CD/DVD(set) from a recovery Partition Pin
Thisita10-Jul-08 15:24
Thisita10-Jul-08 15:24 
GeneralRe: How to make a Bootable CD/DVD(set) from a recovery Partition Pin
Sebastian Schneider11-Jul-08 7:02
Sebastian Schneider11-Jul-08 7:02 
GeneralRe: How to make a Bootable CD/DVD(set) from a recovery Partition Pin
Thisita13-Jul-08 7:21
Thisita13-Jul-08 7:21 
QuestionPost-installation problem Pin
Big Daddy Farang8-Jul-08 10:33
Big Daddy Farang8-Jul-08 10:33 
I have a strange problem that shows up after I install our software. By "our software" I mean one of my company's products. I'll try to keep this short enough to read and will happily supply any further details.

The product is written in C# targeting .NET 2.0. It consists of three components. Two are installed as Windows services, the third is a WinForm based GUI. Only one of the services is involved in the problem, hereafter referred to as the "Server." The GUI application is the other involved, hereafter referred to as the "Client."

Both the Client and the Server need to use a third party native DLL, which is installed in the System directory (C:\WINDOWS\system32.) We are hoping to use Windows .msi installer packages, which I'm producing using VS2005. The installers register the DLL mentioned as "vsdrfCOMSelfReg" and that seems to work.

The problem comes in if we install both the Server and the Client on the same computer. Normally our customers will have one Server installed and multiple Clients on different machines as you would expect. However it's possible, even likely, that someone will install a Client on the Server machine. That causes the Server to lose its ability to perform the function for which it uses the DLL.

In our previous versions of this product, we used installers built by another tool, Setup Factory 7.0 from Indigo Rose. I have found that if I use SF7 installer for the Client, I don't have the problem. That's our interim solution until I figure out what's the problem with the .msi installer.

Here's what I've tried so far. Remove all components of this product from the machine, and delete anything left behind by the uninstallers (Registry entries, log files, etc.) Take a snapshot of the file system and of the HKLM Registry hive. Run a Client installer. Take another snapshot of the file system and of the HKLM Registry hive. Compare these snapshots to see what files are installed and what's added to the Registry. Remove Client and clean up after uninstall. Repeat procedure with the other Client installer. Compare results from each type of installer.

The SF7 installer puts some files it uses for uninstalling in the installation directory and in C:\WINDOWS. Other than that, no difference. The .msi installer puts a whole bunch of stuff about itself in the Registry. Both install all the expected files and make the same Registry entries regarding registering the DLL.

At long last, the questions:
Any ideas what might be causing this?
What else should I try in order to find the problem?
Any suggestions for work-arounds or solutions?
Why a duck?

BDF

A learned fool is more a fool than an ignorant fool.
-- Moliere

GeneralRe: Post-installation problem Pin
User 17164928-Jul-08 11:32
professionalUser 17164928-Jul-08 11:32 
GeneralRe: Post-installation problem Pin
Big Daddy Farang8-Jul-08 11:48
Big Daddy Farang8-Jul-08 11:48 
GeneralRe: Post-installation problem Pin
User 17164928-Jul-08 12:07
professionalUser 17164928-Jul-08 12:07 
GeneralRe: Post-installation problem Pin
Big Daddy Farang9-Jul-08 11:58
Big Daddy Farang9-Jul-08 11:58 
GeneralRe: Post-installation problem Pin
User 17164929-Jul-08 12:49
professionalUser 17164929-Jul-08 12:49 
AnswerRe: Post-installation problem Pin
Mike Dimmick9-Jul-08 6:20
Mike Dimmick9-Jul-08 6:20 
GeneralRe: Post-installation problem Pin
Big Daddy Farang9-Jul-08 6:47
Big Daddy Farang9-Jul-08 6:47 
GeneralRe: Post-installation problem Pin
Michael Dunn22-Jul-08 10:53
sitebuilderMichael Dunn22-Jul-08 10:53 
QuestionMSAgent Pin
Srinivas Aditya7-Jul-08 19:25
Srinivas Aditya7-Jul-08 19:25 
QuestionC# Registry path with spaces Pin
Planker3-Jul-08 3:39
Planker3-Jul-08 3:39 
AnswerRe: C# Registry path with spaces Pin
Sebastian Schneider6-Jul-08 22:31
Sebastian Schneider6-Jul-08 22:31 
Questionregsvr32 in Vista Pin
swjam2-Jul-08 1:48
swjam2-Jul-08 1:48 
AnswerRe: regsvr32 in Vista Pin
Luc Pattyn2-Jul-08 3:06
sitebuilderLuc Pattyn2-Jul-08 3:06 
AnswerRe: regsvr32 in Vista Pin
Paul Conrad2-Jul-08 20:26
professionalPaul Conrad2-Jul-08 20:26 
QuestionSuppressing "Interact with desktop" property of service Pin
rana741-Jul-08 0:24
rana741-Jul-08 0:24 
AnswerRe: Suppressing "Interact with desktop" property of service Pin
Mike Dimmick9-Jul-08 6:24
Mike Dimmick9-Jul-08 6:24 
GeneralRe: Suppressing "Interact with desktop" property of service Pin
rana749-Jul-08 15:17
rana749-Jul-08 15:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.