Click here to Skip to main content
15,920,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle of a control in a web page Pin
Ravi Shankar26-Jul-00 8:27
Ravi Shankar26-Jul-00 8:27 
GeneralApplication Distribution and Installation issues Pin
Gert Boddaert26-Jul-00 0:21
Gert Boddaert26-Jul-00 0:21 
QuestionMessage for scrolling listctrl? Pin
Mathias25-Jul-00 21:38
Mathias25-Jul-00 21:38 
AnswerRe: Message for scrolling listctrl? Pin
Benedict Verheyen25-Jul-00 23:06
sussBenedict Verheyen25-Jul-00 23:06 
GeneralRe: Message for scrolling listctrl? Pin
Mathias26-Jul-00 21:48
Mathias26-Jul-00 21:48 
GeneralRe: Message for scrolling listctrl? Pin
Benedict Verheyen27-Jul-00 2:57
sussBenedict Verheyen27-Jul-00 2:57 
GeneralRegarding Installation program Pin
krithi25-Jul-00 19:23
krithi25-Jul-00 19:23 
GeneralRe: Regarding Installation program Pin
Benedict Verheyen25-Jul-00 22:58
sussBenedict Verheyen25-Jul-00 22:58 
Depends on wether you are going to write a general install program or a specific install program just for your application. I'll guess it's the first one you are talking about.

1. It has to be easy to use.
2. Things it needs to do:
2.1. Copy files to a target directory
2.2. Compress files to reduce install size, uncompress them again while installing.
2.3. Ability to make subdirectories and copy files in there
2.4. Make it easy to copy files to certain specific windows directories like system32 or fonts.
2.5. Place (if wanted) icons on desktop.
2.6. Make an entry in start menu
2.7. Possibility to add a certain document type to the system
2.8. Registry control
2.9. Cool looking customizable install screens (different types of setup, license agreement , ... )
2.9. Properly uninstall (=undo all previous steps)

That's about all i can think off. You might want to take a look at this freeware installer that i frequently use, Inno Setup, http://www.jrsoftware.org/




GeneralRe: Regarding Installation program Pin
xtsea26-Jul-00 3:27
xtsea26-Jul-00 3:27 
GeneralRe: Regarding Installation program Pin
Benedict Verheyen27-Jul-00 2:46
sussBenedict Verheyen27-Jul-00 2:46 
GeneralRe: Regarding Installation program Pin
Ravi Shankar26-Jul-00 7:35
Ravi Shankar26-Jul-00 7:35 
GeneralRe: Regarding Installation program Pin
trey3-Aug-00 8:28
trey3-Aug-00 8:28 
GeneralCDaoRecordSet crashes on Close Pin
Paul Ebert25-Jul-00 12:55
Paul Ebert25-Jul-00 12:55 
GeneralFinding bitmap resources Pin
Member 1062419025-Jul-00 5:52
Member 1062419025-Jul-00 5:52 
GeneralRe: Finding bitmap resources Pin
Feng Yuan25-Jul-00 16:03
Feng Yuan25-Jul-00 16:03 
Generalresizing the dialog box along with the controls for all resolutions Pin
Up25-Jul-00 8:21
Up25-Jul-00 8:21 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Benedict Verheyen25-Jul-00 23:14
sussBenedict Verheyen25-Jul-00 23:14 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Up26-Jul-00 7:45
Up26-Jul-00 7:45 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Benedict Verheyen27-Jul-00 2:36
sussBenedict Verheyen27-Jul-00 2:36 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Paolo Messina26-Jul-00 10:29
professionalPaolo Messina26-Jul-00 10:29 
GeneralVisual Studio and Intellisense Pin
Jeremy Davis25-Jul-00 3:26
Jeremy Davis25-Jul-00 3:26 
GeneralRe: Visual Studio and Intellisense Pin
peterchen25-Jul-00 9:47
peterchen25-Jul-00 9:47 
GeneralRe: Visual Studio and Intellisense Pin
Mike Dunn25-Jul-00 10:13
Mike Dunn25-Jul-00 10:13 
GeneralPop-up menus Pin
Roger25-Jul-00 1:58
Roger25-Jul-00 1:58 
GeneralRe: Pop-up menus Pin
Igor Chouvalov25-Jul-00 4:38
Igor Chouvalov25-Jul-00 4:38 

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.