2

I have the Limited Edition of InstallShield that comes with the Professional Edition of Visual Studio.

I want to host my updates on my own server, like you can in the ClickOnce Publication settings.

I would like to have the application autoupdate if a newer version is available on the server.

Is this possible? In the Update Notifications I only see 'Yes - Enable FlexNet Connect with Software Manager 12.01' or 'Yes - Enable FlexNet Connect Without Software Manager'. I don't see any way to have it check a personal FTP site for updates as was available in the ClickOnce settings.

Christopher Painter
  • 54,556
  • 6
  • 63
  • 100
David Rinck
  • 6,637
  • 4
  • 45
  • 60

1 Answers1

3

It's not possible with IS LE. It is possible by writing your own infrastructure to poll for updates, download and invoke them.

Christopher Painter
  • 54,556
  • 6
  • 63
  • 100