Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 21:29
sussMirko M.19-Sep-02 21:29 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S19-Sep-02 21:50
Steve S19-Sep-02 21:50 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 22:08
sussMirko M.19-Sep-02 22:08 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S19-Sep-02 22:17
Steve S19-Sep-02 22:17 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 22:44
sussMirko M.19-Sep-02 22:44 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Stephane Rodriguez.19-Sep-02 23:07
Stephane Rodriguez.19-Sep-02 23:07 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 23:29
sussMirko M.19-Sep-02 23:29 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Stephane Rodriguez.19-Sep-02 23:44
Stephane Rodriguez.19-Sep-02 23:44 
You are using VC++ 6.0, right ?

VC.NET has better .msi support, but with VC++ 6.0 you must rely on InstallShield 7 to build your setup.

Of course, if you are distributing a shareware, you may just play on the low side and distribute a simple zip file with both your .exes and .dlls and the MFC dlls in the SAME directory (you can test for yourself, it works).

If you are working on a real world software project, then I guess the company you work for must pay a lot of attention to the Deployment part.

You have plenty of documents to read on MSDN : download the Windows Installer SDK from the MS site...




MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site.
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S20-Sep-02 0:23
Steve S20-Sep-02 0:23 
GeneralMainframe Caption Pin
Mazdak19-Sep-02 20:34
Mazdak19-Sep-02 20:34 
GeneralRe: Mainframe Caption Pin
Nish Nishant19-Sep-02 21:18
sitebuilderNish Nishant19-Sep-02 21:18 
GeneralRe: Mainframe Caption Pin
Mazdak19-Sep-02 21:42
Mazdak19-Sep-02 21:42 
GeneralRichEdit and its advance width Pin
Elf19-Sep-02 19:56
Elf19-Sep-02 19:56 
Generalhandle Pin
Anonymous19-Sep-02 19:51
Anonymous19-Sep-02 19:51 
GeneralRe: handle Pin
Nish Nishant19-Sep-02 21:19
sitebuilderNish Nishant19-Sep-02 21:19 
GeneralWill these api work in 98 Pin
suresh_sathya19-Sep-02 19:31
suresh_sathya19-Sep-02 19:31 
GeneralRe: Will these api work in 98 Pin
Paul M Watt19-Sep-02 19:38
mentorPaul M Watt19-Sep-02 19:38 
GeneralRe: Will these api work in 98 Pin
Michael Dunn19-Sep-02 19:37
sitebuilderMichael Dunn19-Sep-02 19:37 
Generalpragma optimize Pin
Chris Losinger19-Sep-02 19:00
professionalChris Losinger19-Sep-02 19:00 
Generalnevermind... Pin
Chris Losinger19-Sep-02 19:10
professionalChris Losinger19-Sep-02 19:10 
QuestionHow to make a toolbar button for a menu item with a number of sub menus? Pin
chen19-Sep-02 18:59
chen19-Sep-02 18:59 
GeneralScreen and Menu designer Pin
Anonymous19-Sep-02 18:34
Anonymous19-Sep-02 18:34 
GeneralReading Writing XML in C++ 6.0 Pin
Gilfrog19-Sep-02 18:34
Gilfrog19-Sep-02 18:34 
GeneralRe: Reading Writing XML in C++ 6.0 Pin
Jason Henderson19-Sep-02 19:06
Jason Henderson19-Sep-02 19:06 
GeneralRe: Reading Writing XML in C++ 6.0 Pin
Paul M Watt19-Sep-02 19:27
mentorPaul M Watt19-Sep-02 19:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.