المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : vs 2005 c#, need guidance on recording command line arguments to an msi (microsoft installer)



C# Programming
10-13-2009, 05:21 AM
Hello All,

I hope this is the correct forum, please excuse me if it is not.

I am new to VS/C#. I have managed to make a simple service and MSI installer for it. What I need to do is make a change to the msi to read 3 command line arguments and record them in either the apps configuration file for the installed service or record them to the registry. If to the registry, I can change my service to read from it.

The installer project does not have an obvious code (*.cs) page, so I am unsure how to proceed.

Thanks!
cjoki