using c++ in a VS.NET setup project??
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
hy, how can i run code from a .MSI setup programm made with VS.NET ? i cant ad scripts or something like that, like i can do this with InstallShield! is it possible at all?? thanx
-
hy, how can i run code from a .MSI setup programm made with VS.NET ? i cant ad scripts or something like that, like i can do this with InstallShield! is it possible at all?? thanx
Check out http://www.codeproject.com/tips/msicustomaction.asp Custom Actions are your friend...
-
Check out http://www.codeproject.com/tips/msicustomaction.asp Custom Actions are your friend...
-
hy, it didtn helped me a lot, because i need to run c++ code BEFORE i run the setup steps. i didnt found out how to do this!