Jump to content

Paul

Administrators
  • Posts

    1740
  • Joined

  • Last visited

Everything posted by Paul

  1. If you have a malfunctioning plugin PC Monitor will only stop loading it and release it from the memory, so any bad plugins cannot stop the functionality of the core application.
  2. Hello, For building plugins you will require a .NET Based compiler (You can download a free one here). As for the custom plugin I think I can help you with an example (but I don't promise you anything) if you can provide more details, do you want to receive a notification if there is any backup that failed? I will take a look over it and let you know. Also please post questions like this on the forum not on this thread, it makes it look like a Mega Support Thread. Paul.
  3. Hello, Here is how I would do it. Create a bool variable to represent the current state. Inside the GetComputerDetails have an If statement to separate the two states (false for only one button, true for no button but simpleItems containing your data). Now when the plugin receives the command you only change the state to true and when GetComputerDetails gets called again you will see your computed fields. You can create all items dynamically inside the GetComputerDetails method that gets called every 5 seconds if a client requests it. This means that you can always provide fresh data and you can add / remove items at will based on your code logic. For a list of supported API features just add the client dll in your visual studio project. Extend any class with ClientPlugin interface, fix your usings in order to recognize the interface and right click ClientPlugin and click 'Go To Declaration' or click the text and press F12. You will see a list of all fields and methods you can call / implement. Paul.
  4. Just modify the xml file and submit to www.pastebin.com with it's contents. I will continue from there. Thank you. Don't forget to post here the link.
  5. Hello Ivan, Thank you for using my plugin! I can tell you that because of PC Monitor's restriction plugins can only send one notification. You can send another one when the first one gets deleted. This is the main reason I disable the submit button after a successful send. This is normal behavior. However in the upcoming version I plan on adding checks to the service and client so that the client will know if he is allowed to send another notification without having to open and close the application. Any faulty changes to the xml will trigger default settings so if you can see your changes that means you modified the xml correctly. Paul. If anyone wants to help me I would really apreciate xml files translated into your language. They will be included in the next release and credited!
  6. Also, is there any errors in the windows event log? Services that fail to start usually leave some marks in the system log.
  7. Hello, Thank you for your feedback. You are correct, this is a mistake that will be fixed in the upcoming version. Please let me know if there is anything you would like me to add or any other bugs you will find. I estimate that 1.1 will be released by the end of the following week, so if you have any ideas they are welcomed . Paul.
  8. Hello PC Monitor Users, I would like to present my first plugin for the community. It's main purpose is to allow IT Administrators to deploy a User Support client on their computer in order to receive notifications when someone requires technical support. Main features are: Send notifications to all devices connected to the PC Monitor account with a text long as 4000 characters. Organise support requests by departments and priority all dinamically loaded from a xml file. Easy to deploy in Active Directory using Group Policy Objects. Easy to configure through registry to support multiple connections on the same PC Monitor service. Uses modern and secure tehnologies for communication (WCF). Easy to customize all strings using xml files. I also attached an example version to show everyone how you can create your own plugins for this great app. Please take your time and read the 'readme.txt' file as it explains everything you need to know about installing, using and customizing the application. My release is open-source bound by no license. That being said you can freely modify, distribute, claim as your work, sell and / or include in your copyrighted material as long as it doesn't breach PC Monitor's license or terms and conditions. Download Link: Click (Version 1.3) Changes since 1.2: Changed registry reading and writing with api calls for plugin and removed registry writes for application with hardcoded defaults. Any feedback and plugin ideas will be appreciated. Edit: New version is scheduled at 05/03/2012. Screenshots:
  9. Paul

    Windows Updates ?

    Hello, PC Monitors performs a silent install for updates. This way all the user imputs are eliminated and defaults will be taken.
  10. Paul

    Windows Updates ?

    Hello, All Windows Update actions are running in background. This means that no user interaction will be required. You can check for updates / install updates / restart the computer without any user being logged into the computer. Paul
  11. Hello, Can you please try to reproduce this on a completely different machine (not a VM on the same computer). I am curious if it's isolated on only one machine. I've had this problem once too but it got fixed after an OS reinstall.
  12. Hello, Try browsing to the PC Monitor folder (C:\Program Files (x86)\PC Monitor) and right click on PCMonitorSrv.exe and go to Properties. Please click the unblock button if it exists. Try checking the other files in that directory if they are blocked. Example: If there is no unblock button please tell me if the computer is part of a domain. If nothing works let's try to create the service manually: sc create "PC Monitor" BinPath= "C:\Program Files (x86)\PC Monitor\PCMonitorSrv.exe" Can you please confirm that your system date is accurate too? Thank You, Paul.
  13. Please post a new thread in the Bugs section if you manage to reproduce the problem on other machines. Thanks
  14. After the second reinstall is the service now listed among others? Try installing it manually to see if it works: Thread Link.
  15. This is very weird. Basically the msi works well since every person used it to install PCM. I'm very interested in this case. For some reason the msi installer is not performing a normal install. Here are the steps to perform a manual install: 1. Download PC Monitor files from here. 2. Extract your files in the desired path. 3. Run this .reg file from here (WARNING: Please verify it's contents as it's a public paste, anyone can change it and it can lead to system malfunction). 4. Browse to your .NET 4.0 folder (x86 Default Location: C:\Windows\Microsoft.NET\Framework\v4.0.30319 ; x64: C:\Windows\Microsoft.NET\Framework64\v4.0.30319). 5. Run InstallUtil with the full path of PCMonitorSrv.exe as a parameter. Example: Note: Add brackets if your path contains spaces. 6. Add pcmontask.exe to your startup folder in start menu or create a string value in the registry at path: With any name and in the value put the full path of pcmontask.exe: Example: Here is a REG file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "PC Monitor Operations"="C:\\Program Files (x86)\\PC Monitor\\pcmontask.exe" Note: Add brackets if your path contains spaces. Now try running PC Monitor Manager and configure it's settings. I hope this helps and I am looking forward to know if you encounter this problem on other machines. Paul.
  16. Try browsing to the following paths (type in run): %ProgramFiles% %ProgramW6432% %ProgramFiles(x86)% Please tell me if any of those are unbrowsable. Have you tried installing the 32 bit package too?
  17. Is your os installed on 'C' partition?
  18. Hello, Can you confirm that you can perform windows update applications directly from windows? Did you enable proxy usage in pc monitor manager?
  19. Yes, it's a good idea. You can never have enough security.
  20. Hello, I expressed myself wrong. I wasn't trying to say you tried to cheat . Sorry about that. Same here, I use the PC Monitor software for support and we can't really host a server due to our bandwidth problems, but the retail servers are working awesome. I am in the same situation as you are, me and my brother use the same account so that's what I was trying to tell you. Thanks Marius for clearing it out. Paul.
  21. So now you are using the old version and the problem got fixed?
  22. Try uninstalling all you .net frameworks and reinstall .net 4.0 . Please check if windows installed some updates recently.
  23. Hello, There is a rule that clearly states that one person can have only one account. This is enforced to prevent evaluation cheating. You are allowed to share your account with anyone as long as you want as long as you understand the risks this may cause. Enterprise servers allows you to make computer sharing with multiple account based an access policies, if you need something more professional.
  24. That happens when an update has failed to download, the service was closed and started again with the same version thus causing the "Up and running" message. This notification will not happen if you As Marius said. Just a question: Are you sure you don't have network problems? Paul.
  25. Not 100% sure but receving a push notification is A LOT less traffic than the auto check of emails and other apps. If you only use PCM with live view on a regular basis you should get about 60MBs per month.
×
×
  • Create New...