Sign In
Make it Simple
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
64-bit machine
Authenticode
Backward compatiblitity
C#
Code Signing
Command Prompt
Full Screen
Glass Window
Insert multiple records
LaunchCondition
Margin
MFC
Orca
Refactoring
Remote Debugging
set up
switch statements
Update multiple records
VC++ Directories
Visual Studio 2008
Visual Studio 2010
Visual Studio IDE
Windows 7
Windows Frame
Windows Installer
Archive
Archives
October 2009
(1)
July 2009
(1)
June 2009
(4)
August 2008
(1)
June 2008
(2)
May 2008
(2)
April 2008
(2)
February 2008
(2)
January 2008
(1)
June, 2009
MSDN Blogs
>
Make it Simple
>
June, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Make it Simple
Registry Redirection for 32-bit applications on 64-bit OS
Posted
over 3 years ago
by
pusu
2
Comments
Well, this title looks complicated...actually the story is pretty simple by using an example. For example, you write an application APP_A and the installer of this application needs to leave fingerprint on system's registry keys, so that the other...
Make it Simple
How Do You Detect if Running OS is Windows 7 or Later?
Posted
over 3 years ago
by
pusu
0
Comments
Recently I need to write some codes to disable one feature on Windows 7 for an application. For Windows 7, its major number is 6 and minor number is 1 (see this link http://msdn.microsoft.com/en-us/library/ms724832(VS.85).aspx ) and thus we can compare...
Make it Simple
What are Upgrade, Product and Package Codes used for?
Posted
over 3 years ago
by
pusu
4
Comments
Recently I am working with Windows Installer and think ProductCode, UpgradeCode and PackageCode are very basic but very important concepts, so I make a conclusion here for references. Both ProductCode and UpgradeCode can be viewed from Property table...
Make it Simple
Remote Debugging in Visual Studio 2008
Posted
over 3 years ago
by
pusu
0
Comments
Common scenario is that a developer wrote an application on his/her dev machine A (which has source code, etc), and wants to debug this application's source code when the application is running on the remote machine B. Visual Studio 2008 provides two...
Page 1 of 1 (4 items)