Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

Which is best system environment to compile and build a windows application project(with one exe and many dlls) for release windows XP or Windows 7 ???

I want to make some registry entries while installation ? Is it possible with Setup & Deployment -->Setup Project?
Posted
Updated 27-Apr-15 16:35pm
v2

I would strongly recommend open-source WiX:
http://en.wikipedia.org/wiki/WiX[^],
http://wixtoolset.org/[^].

[EDIT]

Another useful idea could be using WiX#:
https://wixsharp.codeplex.com[^],
Wix# (WixSharp) UI Extensions[^].

—SA
 
Share this answer
 
v2
Comments
Sascha Lefèvre 27-Apr-15 21:42pm    
*hat tip*
Impressive. You know what I mean.
Almost scolded the poster of solution 4 for reviving this question, then realized the reason for it :)
/Sascha
Sergey Alexandrovich Kryukov 27-Apr-15 22:22pm    
That's thanks to you, who brought this product to my attention. Unfortunately, I failed to find my past answer where the inquirer shifted to WiX (so far), but had problems with custom UI with optional directories. It's possible that WiX# could be a better option. (Since your last message, I just looked through these articles on WiX#, but did not try it out yet, too busy.)
—SA
Hello,

My requirement is to make some registry entries while installation and later i need to check these entries through the application...

Is it possible with the Setup and Deployment project which is there in the other project type in Visual Studio 2008 ?

Pls help... its quite urgent...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 27-Apr-15 22:34pm    
Please remove this post. Such content posted as "solution" is considered as abuse. Please use comments and/or "Improve question". And this is not urgent at all.
—SA
Inno Setup[^]. Scripting install system.
 
Share this answer
 
Comments
Sascha Lefèvre 27-Apr-15 21:43pm    
The first part of your link is broken

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