Using a WinForm as a Windows Installer Custom Action

Posted by Serexx on Stack Overflow See other posts from Stack Overflow or by Serexx
Published on 2010-05-08T23:00:28Z Indexed on 2010/05/08 23:08 UTC
Read the original article Hit count: 292

Hello - I am working on in installer project that needs to gather some info and act on it during the install (mainly online key retreival and registration). The Setup Project UserInterface templates seem inflexible and poorly documented so I am looking at opening a WinForm as a Custom Action.

I know this is possible because I see reference to it in many places but this is my first Windows Installer experience and so far it is mired in googled contradictions, partial or outdated information and guesswork... erg....

Does anyone have (even a pointer to) a clear concise description of how one gets this done in a VS 2008 WinForm project...

Many thanks for inputs

© Stack Overflow or respective owner

Related posts about windows-installer

Related posts about custom-action