So heres my issue.
We have developed a smart client application that we will be resellling. From my understanding setup.exe that is created for the bootstrapper embeds the url in which to look for the prerequisite packages.
Setup.exe is apain in the *** because when you issue a cmd line setup -url="MyUrl" a message pops up saying the files signature will be invalidated. I've tried to resign the file with my certificate but it fails, so what I was thinking of doing was the following
Create a small utility that generates the bootstrapper and deploys it during the installation at the customer site.
1. Is there anything special that I need to include in my installer so that I can create the bootstrapper programmatically.
or better yet, is there an easier way to change setup.exe without invalidating the file.
Thanks