|
-
May 11th, 2003, 12:58 AM
#1
how to create setup file for my vc++ exe file
hi
my question is
how to create setup file for my vc++ exe file.
Waiting for your valuable reply.
bye
Mahesh
-
May 11th, 2003, 08:13 AM
#2
What do u want the setup to do?
Why do u need a setup file in the first place?
Do ur application has supporting files (dll,txt,mdb...) and u need a program to copy those files? Do u want to create shortcuts/program groups?
Anyway you can try, InstallShield that comes with VisualStudio...
You can also try Setup Specialist. This is really a good utility.
Regards,
Mahesh
-
May 11th, 2003, 08:16 AM
#3
Download freeware innosetup in www.innosetup.com.
It's a great tool.
-
May 12th, 2003, 01:41 AM
#4
Do u mean a setup-programm that will install ur application,
or do u mean a file, where u can save ur application settings?
In the last case, handle the problem with .ini files. It is
simple to use...
Try:
ReadProfileString(...);
WriteProfileString(...);
ReadProfileInt(...);
WriteProfileInt(...);
For more information, look up MSDN
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|