個人檔案The Martin Schray Way相片部落格清單更多 工具 說明

部落格


11月29日

Reader Survey

 

I put together a super breif survey to get a little information about those who read this blog.  It's really quick and painless (two questions).

So what are you waiting for... take the survey.

The Martin Schray Way - Readers Survery

11月26日

My Windows Setup Project (installer) Video on Channel 9

 

I created an installer video.  What installer?  Visual Studio has setup projects that allow you to easily create an install for your desktop, mobile or web projects. 

http://channel9.msdn.com/ShowPost.aspx?PostID=358270#358270

The video is short and walks you through taking a project with no install and creating an setup project so you can get your application installed.

11月8日

Delayed Startup makes startup well... faster

 

Clint Rutkas wrote a cool application.  I had the idea and he wrote the code, which is a great deal is you can get it.  Anyway the application works just like the Windows Startup folder except the can configure how long after startup you what the delayed startup applications started. 

On my system this helps the system get up and running quicker.  Clint provided the code and I provided a setup project that allows you to compile his code and then build a MSI or setup file to actually install the application.  The video of how the build the Visual Studio setup project can be found below.

The Video of how I built the setup project:

http://betterthaneveryone.com/archive/2007/11/07/how-to-create-a-project-installer.aspx

The source proejct:

http://betterthaneveryone.com/archive/2007/10/29/delayed-startup.aspx