If you have a file in one version and it's not in the next version, then the file will be deleted. That's how you'd delete this file.
Our installer creates a shortcut for the application that contains the version in the shortcut name.For example "MY_COOL_APP_1.0.0.lnk"When we update the software how can we update the name of the shortcut?We are using an xml with the command line options http://wyday.com/wybuild/help/commandline.phpOne way I thought about was deleting the shortcut and create a new one.Creating a new one is easy according to the documentation, but what is the recommended way of deleting it? Or is there something else we could do?
If you have a file in one version and it's not in the next version, then the file will be deleted. That's how you'd delete this file.