I'm deploying a standalone application (VB 2005 w/ Crystal Reports) using ClickOnce.
My users have different IP addresses that they use to map to the same networked drive.
The best way I've come up with to get the installer out to them is to publish it twice manually:
ip.addr.number.001/PublishedHere/001/setup.exe
ip.addr.number.002/PublishedHere/002/setup.exe
and telling them to execute the appropriate installer.
Is there a way to do this better? It's no more work for my users, but I'd like less work for me. ;)
Thanks!