Smart device installation with a config file changed dynamically

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!
 
G

Guest

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

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top