Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

My application software currently working fine with WindowsXP. I wish to upgrade my software to runs on Windows 7. I am using VC++, SQL2005 and DCOM technologies in the application. Please guide me with your valuable suggestions.

What are all the things needs to be noted, when a software gets upgraded from XP to Windows 7?

Thanks in advance!

ShaminaMina
Posted
Updated 27-Nov-12 0:23am
v2
Comments
Richard MacCutchan 27-Nov-12 8:04am    
Just run it on Windows 7 and see what happens.

At first step switch the UAC off and make everything as on a xp machine. This should work. Than turn UAC on and run again.

I guess there will you have some trouble. So make outputs which parts of your code run and where it breaks. Change these parts. Offten it is an rights issue and you need only admin-rights....
 
Share this answer
 
Hi Shamina,

As I am also using VC++, SQL Server 2005 for my project, I too installed in my Windows 7 ultimate only.

I hope there will be no issues installing the applications.

So just go ahead and install the softwares.............!!!!

Happy installing
 
Share this answer
 
As already suggested, the biggest issues are usually dealing with the new UAC. I wouldn't suggest turning them off at all, just try to install and deal with the issues as they come along. Remember to follow the guidelines set by MS as to where you can read/write to/from, a lot of us where used to being able to easily write to pretty much any part of the system and that's pretty much been cracked down on with UAC.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900