Search code examples
windowstestingwindows-7desktopwindows-desktop-gadgets

How to quickly test Windows Gadgets?


How should one quickly test a Windows Gadget during development? Creating the archive, installing it and adding it to the desktop every time is extremely tedious...


Solution

  • This application might speed up the process:

    http://www.codeproject.com/KB/gadgets/GadgetPacker.aspx

    Whilst developing a desktop gadget for Windows 7, it became apparent how much of a pain it was going through the build process. I decided it would be a lot easier to write a simple automation tool, to take care of the necessary steps. This would speed up the overall developing and testing phase.


    This article might also be helpfull

    http://www.howtogeek.com/howto/windows-vista/how-to-debug-a-windows-vista-sidebar-gadget-with-visual-studio/