3541
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: JottiQ
« on: December 28, 2010, 03:14 AM »
Hm, tested on Vista (x86) again, but still no joy with the context menu. Even the regsvr32 jqcm32.dll doesn;'t work: 'Can't load module JQcm32.dll' (but then in Dutch: "Kan module 'JQcm32.dll" niet laden.").
One peculiarity maybe: The Win7 x64 systems I tested JottiQ on, both have VS2010 installed, and on both WinXP and Vista I didn't have even .NET 4.0 installed until it wouldn't load JottiQ so I had to install that using Windows Update. I installed the plain 4.0 Client Profile thing, but it might still be missing the VC++ runtime (as you mentioned in a PM).
Also trying to enable this feature from the settings menu doesn't give a shielded OK button and doesn't enable the context menu entry, but seeing that regsvr32 fails explains that I guess.
On the 'single instance' issues, Inno Setup does natively support checking for a Mutex, and with a small add-on dll, can also check for a process name or windows title. Maybe that's enough?
I'll dig up the code to add .NET 4.0 and VC++ runtime to the installer today and post or link it here.
One peculiarity maybe: The Win7 x64 systems I tested JottiQ on, both have VS2010 installed, and on both WinXP and Vista I didn't have even .NET 4.0 installed until it wouldn't load JottiQ so I had to install that using Windows Update. I installed the plain 4.0 Client Profile thing, but it might still be missing the VC++ runtime (as you mentioned in a PM).
Also trying to enable this feature from the settings menu doesn't give a shielded OK button and doesn't enable the context menu entry, but seeing that regsvr32 fails explains that I guess.
On the 'single instance' issues, Inno Setup does natively support checking for a Mutex, and with a small add-on dll, can also check for a process name or windows title. Maybe that's enough?
I'll dig up the code to add .NET 4.0 and VC++ runtime to the installer today and post or link it here.