Search code examples
windowsinstallationwindows-installerwise

WISE Windows Installer Editor Launch Condition By date


I want to Prevent perform the installation if it exceeds a certain date, how can i do that?

any ideas are greatly appreciated. thanks!

(Note: Using Wise Installation Studio version 7)


Solution

  • It's difficult to do this effectively in MSI because it would be so easy to bypass it. You'd be better served by either building a self-extracting EXE that does the date time check or moving the business logic into the application proper so that it stops working after a certain date time.