Creating Setup Projects And Adding Merge Modules
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
is there anyway to learn which dll files does my program need to run. Or which merge modules to add.
-
is there anyway to learn which dll files does my program need to run. Or which merge modules to add.
To see the dependencies of your programs, use the Dependency Walker tool (depends.exe). To get more info on merge modules and setups in general, try this site:www.installsite.org Hope this helps