Creating installer for a c++ windows service Dynamically -
i have created windows service checks status of printer.
user can download service website. need query status of printers used user. when user clicks on download button want store user information in file service can use. service use information fetch printers database. want include file in installer. have create installer @ runtime(i.e. when user click download button on website).
how can create installer win service dynamically using c#?
note: win service written in c++. know wix.
in wix can create custom actions arbitrary code write (you provide .dll can built using c++). in custom action can generate user/location customization file.
Comments
Post a Comment