cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nnjcsc
Level 6

CD Menu DemoShield replacement

What software are you using for a CD Menu since DemoShield is no longer supported?
Labels (1)
0 Kudos
(3) Replies
TheTraveler
Level 8

I create a C++ application to be our CD menu key. You can compile it without having it depend on any DLLs. I have also seen installations use HTML as their CD menus. The problem with that is that the user may have locked down security and disable the HTML file from running files on the machine or their default browser doesn't allow it. That can be a pain. My suggestion is to write an executable that doesn't depend upon DLLs. It is a lot easier in the long run.
0 Kudos
esiemiat
Level 9

InstallSite lists some options here.
0 Kudos
nnjcsc
Level 6

Thanks for pointing out the InstallSite recommendations, but all that stuff is old.
0 Kudos