Smart device installation with a config file changed dynamically

  • Thread starter Thread starter Optimus
  • Start date Start date
O

Optimus

Hi All,

I have a .NET CF 2.0 application developed by vs 2005.
So I want to create a .msi file for installation.
My application have one config file which is an XML file.
and I don't want to manually change it everytime after
installation.
What I need to do is to deliver a config files having its
content dynamically changed based on what a parameter is
taken during the installation process.

Any workaround to get through this?

Thanks in advance!
 
Add a custom installer action to the MSI or a custom setup.dll to the CAB
and massage the config file there.

-Chris
 
Back
Top