Skip to main content

Installer for Desktop version of Regex Hero

As Firefox just dropped support for Silverlight I really needed a solution for Regex Hero. So I created an installer for it. It's still Silverlight, but by using the installer you can install it directly to your computer and never need to open it in a browser.

If you visit regexhero.net/tester and don't have a browser that supports Silverlight (IE is the only one left), then you'll see download links for 64-bit and 32-bit versions of the installer.

When you install it you'll see a link over on the right hand side that says "Activate Regex Hero". This process connects your desktop version of Regex Hero with your online account. So if you're a licensed user this is how you'll gain access to all of those licensed features.

Note: Currently there will be a security warning when you try to run either one of these installers. I'm in the process of obtaining a code signing certificate and will update them as soon as possible.

You may be wondering about the status of the HTML5 version of Regex Hero. My previous post more than a year ago was about my development of this version. I may still finish this at some point but I've been too busy lately to work on it. In any case, at least the installer allows a way to bypass all the browser issues.

Update (May 21, 2022):
This installable version is no longer available. But Regex Hero is available now in the Microsoft Store.

Comments

  1. Thank you for providing this desktop version! The site has been a lifesaver and now that I cannot utilize the site, I am glad you created the desktop version.

    ReplyDelete
  2. Thanks for the desktop version.
    An HTML5 version would be nice, but why not a "simpler" migration from siverlight to UWP and then you can even put it in the Store?

    ReplyDelete
  3. Web version is no longer working. Please if you can fix it. I think, this is the best regex viewer.

    ReplyDelete
  4. Your contribute to the programming world is immense. Thank you for releasing such a wonderful product as a desktop version! Amazing!

    ReplyDelete
  5. Thank you so much for your amazing work, this tool is a lifesaver (literally, I spend less of my life dealing with regular expressions and focusing on something else). Previously I had to use Javascript regex and then pray it worked for .NET. Best C# regex tool!!!!

    ReplyDelete
  6. Thank you for creating and maintaining such an amazing tool. With recent security changes in my office, I was unable to add the Silverlight version to my desktop. This post for the Desktop Installation package was a lifesaver and it has allowed me to install to my desktop.

    However, the post says there's an "Activate Regex Hero" link that allows me to link my licensed login to the application. I don't see that on my install, mine looks exactly like the Silverlight browser instance. The installed shortcut seems like it simply launches a Silverlight version, outside of the browser. I have the Login link in the upper left corner (No Activate link) and when I click on it, it launches a separate browser with the web version for me to login to. This doesn't link my login to my desktop instance so I'm unable to Save anything; it just tells me that I need to login.

    Any suggestions on how to resolve this? Should it have installed something different on my machine?

    ReplyDelete
    Replies
    1. Had the same problem, here's what worked for me. Uninstall the desktop version if you currently have it installed. Log into your account in IE (regexhero.net), and click the ".NET Regex Tester" link in the header. This should open the web version with you logged in. You should see a "Install on your Desktop" link at the bottom of the options column at the right. Click that and install. The desktop version should now open with your account logged in.

      Delete
  7. Entire site is down!! What's up???

    ReplyDelete
  8. hi,
    sorry but at work i didnt have marketlplace windows open, do exists any .msi installer ?

    ReplyDelete

Post a Comment

Popular posts from this blog

Regex Hero Professional is Now Free

Regex Hero is now completely free!  I've been working on this tool off and on for the past 8 years. I spent a lot of time making it very powerful and easy for developers to create efficient regular expressions. Throughout most of this time it's been a paid product. However, with the added pressure of other free tools out there getting better all the time, I've finally decided to make Regex Hero free as well. Enjoy! Try Regex Hero at http://regexhero.net/tester/

Upcoming HTML5 / JavaScript Version of Regex Hero

In the next few months I'll be working on a JavaScript version of Regex Hero. The need to do this comes from the fact that Chrome has dropped support for Silverlight. It's also not supported by the new Microsoft Edge web browser. So the pressure is mounting. Forgive me for not doing something about this sooner. I've had a very busy and exciting year. Recently I moved to a new city and just a few weeks ago I got married. Nonetheless, my plans are to make Regex Hero better than ever and usable on more browsers and devices than ever. Fortunately, there now exists Javascript libraries that'll emulate the .NET framework (even the .NET Regex Class library). The Regex Class library is the main thing I really need to build Regex Hero in JavaScript. JavaScript wasn't an option 6 years ago when I first built Regex Hero in Silverlight. But now that it is, I'm excited about it. I will post updates on this blog as the new development progresses.