Previous Thread

8/8/2006 7:16:02 AM    Installer for an application
Hi 
 
I want to create a setup program for my application, 
 
my application is not 100% visual C++ 2005 but I use visual C++ 2005 to 
 
create some modules and DLLs for the application which is Director 
 
(Macromedia). 
 
I create my own copy functions but i have many errors... 
 
The points I want to have in my installation program : 
 
1 - I want to customize the dialogs (bitmap butons, activation process, text 
 
fonts and size...), my installation must not look as a windows program... 
 
2- I have an activation process at installation, so I want to be able to use 
 
my functions in the installer project. 
 
I am searchin around the "Setup Project" in visual studio 2005 but I don't 
 
see where I can create custom dialogs, et code for them? 
 
Thank you