On Sun, Feb 21, 2010 at 9:42 AM, Adrian Buehlmann <adr...@cadifra.com> wrote: > On 21.02.2010 16:01, Stanimir Stamenkov wrote: >> Sun, 21 Feb 2010 15:28:51 +0200, /Stanimir Stamenkov/: >> >>> ...>hgtk log >>> Traceback (most recent call last): >>> File "hgtk", line 62, in <module> >>> File "tortoisehg\hgtk\hgtk.pyo", line 68, in dispatch >>> File "zipextimporter.pyo", line 82, in load_module >>> File "tortoisehg\hgtk\bugreport.pyo", line 14, in <module> >>> File "zipextimporter.pyo", line 82, in load_module >>> File "tortoisehg\hgtk\gdialog.pyo", line 24, in <module> >>> File "zipextimporter.pyo", line 82, in load_module >>> File "tortoisehg\hgtk\hgcmd.pyo", line 20, in <module> >>> File "zipextimporter.pyo", line 82, in load_module >>> File "tortoisehg\hgtk\hgthread.pyo", line 18, in <module> >>> ImportError: cannot import name gdialog >>> >>> When trying to open "Repository Explorer" I don't get any feedback >>> about a problem occurred. >> >> I've meant to write when trying to open "Repository Explorer" from >> the explorer shell context menu I don't get feedback. >> > > This sounds like we need > > diff --git a/contrib/wix/tortoisehg.wxs b/contrib/wix/tortoisehg.wxs > --- a/contrib/wix/tortoisehg.wxs > +++ b/contrib/wix/tortoisehg.wxs > @@ -83,7 +83,7 @@ > </Component> > <Component Id='thgshellx86dll' > Guid='1126CF42-3994-428B-A746-464E1BC680F3'> > <File Id='thgshellx86dll' Name='ThgShellx86.dll' DiskId='1' > Source='..\misc\ThgShellx86.dll' KeyPath='yes'/> > - <RegistryValue Root='HKMU' Key='Software\TortoiseHg' > Type='string' Value='[INSTALLDIR]' /> > + <RegistryValue Root='HKLM' Key='Software\TortoiseHg' > Type='string' Value='[INSTALLDIR]' /> > <RegistryValue Root='HKCR' > Key='CLSID\{46605027-5B8C-4DCE-BFE0-051B7972D64C}\InProcServer32' > Type='string' Value='[INSTALLDIR]ThgShellx86.dll' > /> > <RegistryValue Root='HKCR' > Key='CLSID\{869C8877-2C3C-438D-844B-31B86BFE5E8A}\InProcServer32' > > or something. > > I guess I need to do some more installer testing: installing as admin, then > login as non-admin, on XP.
It does sound like something like that. it's not so much admin/no-admin as just running as a different user than the installer. -- Steve Borho ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Tortoisehg-discuss mailing list Tortoisehg-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss