
Customize own App Wizard for non Mfc apps
When creating a custom app wizard
how to modify the projektsettings in
CScrSvrWizAppWiz::CustomizeProject(IBuildProject* pProject) ?
The documentation VC++ 6.0 MSDN Lib. January 99 don't helps me
very much and I have no experience with OLE COM interfaces.
I want:
add libs and set the outputname
in the projectsettings in the linker tab
change programmname for the debugsession (not .exe but .scr)
and add a commandlineparameter (/s)
in the projectsettings in the debug tab
Is that possible?
Thanx in advance
Pat