Search code examples
silverlightinstallationnsisxap

NSIS Changing config file present in XAP file i.e. silverlight component build


I am creating one installer which needs to change config file of my one silverlight component. This component's config file is inside XAP file. Is there any way to change that config file?


Solution

  • I have written console application in C# that is doing these changes in XAP build. I am simply calling that application from my installer as I could not find any way of doing this in NSIS.