N-able/CustomMonitoring

Storagecraft Imagemanager, ImageManagerPoll.exe doesn't work on when applied on 32-Bit OS

Closed this issue · 4 comments

The script has been incredibly usefull, however, I have run into an issue when attempting to run the ImageManagerPoll.exe.
Upon examining the source, I found that at least part of the problem is due to the call in ImageManagerPoll/Program.cs to "C:\windows\SysWOW64\config\systemprofile\AppData\local\StorageCraft_Technology_C" on line 69 and 72. In 32-bit Windows, these calls would be to "C:\windows\System32\config\systemprofile\AppData\local\StorageCraft_Technology_C".

Unfortunately, I have no programming experience to fix this. But I am hoping that this will help

Also, any references to "C:\Program Files (x86)", would have to be "C:\Program Files"

Thanks for reporting this, and it looks like you've figured out the issue. I'll post a fix for it soon, but in the meantime you can work around the issue by symlinking the SysWOW64 folder:

C:\Windows>mklink /J SysWOW64 system32

I've committed a fix for this issue, try downloading the new executable

Thanks for the quick response.. I'll give it a go!