2011-08-01, 11:03 PM
I'm having a bit of a problem with Sharehelper2. My system is Windows XPSP3 & the share I'm trying to connect to is a Windows 2000SP4. The share works fine in local mode and I can copy files back and forth with a .bat file run from the command line so I'm fairly confident it's not a rights issue.
I put sharehelper2.exe and the ShareHelper.xml in the "C:\Program Files\NPVR\" folder. When I try to install the program by typing "C:\Program Files\NPVR\sharehelper2.exe" /i it acted like it was installing, showing the hourglass for several seconds and the DOS window flashing open and closed. However, when I checked services it didn't show up. So I checked the install log I get the following:
For some reason it appears to be installing, but then it un-installs itself.
My ShareHelper.xml is simple, just one share:
Were am I going wrong?
I put sharehelper2.exe and the ShareHelper.xml in the "C:\Program Files\NPVR\" folder. When I try to install the program by typing "C:\Program Files\NPVR\sharehelper2.exe" /i it acted like it was installing, showing the hourglass for several seconds and the DOS window flashing open and closed. However, when I checked services it didn't show up. So I checked the install log I get the following:
Code:
Installing assembly 'C:\Program Files\NPVR\sharehelper2.exe'.
Affected parameters are:
logtoconsole =
assemblypath = C:\Program Files\NPVR\sharehelper2.exe
logfile = C:\Program Files\NPVR\sharehelper2.InstallLog
Installing service ShareHelper...
Service ShareHelper has been successfully installed.
Creating EventLog source ShareHelper in log Application...
Rolling back assembly 'C:\Program Files\NPVR\sharehelper2.exe'.
Affected parameters are:
logtoconsole =
assemblypath = C:\Program Files\NPVR\sharehelper2.exe
logfile = C:\Program Files\NPVR\sharehelper2.InstallLog
Restoring event log to previous state for source ShareHelper.
Service ShareHelper is being removed from the system...
Service ShareHelper was successfully removed from the system.
For some reason it appears to be installing, but then it un-installs itself.
My ShareHelper.xml is simple, just one share:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add drive="n:" share="\\Server\recorded_tv" username="guest" password="guest"/>
</appSettings>
</configuration>
Were am I going wrong?