Problem with redistribution (Pre-requisites)
Dear all,
In Visual Studio I wrote a small application. I want it to be a stand alone application which you can setup from a CD-ROM.
When I publish the whole thing and then click setup, it works just fine. But when I insert it the CD in a different pc I get the following error message:
setup has detected that the file WindowsInstaller-KB884016-v2-x86.exe has changed since it was initially published. Click ok to retry the download, or Cancel to exit setup.
This seems to be some sort of problem with the .NET 2.0 Framework, but when I leave that pre-requisite out, my setup doesn't work anymore.
Can anyone help me? I read one and other about bootstrapper and ClickOnce, but ClickOnce seems to be the publish wizard I have used.
Kind regards,
Lars Persoon
|