I'm looking for some ways to run my project in an executable archive and at the same time encrypt it with an specific password. Why I wanna do this ? well, say you have some digital products to sell. the free version is an exe archive with your advertisement included. Now, say some customers need the product without the advertisement. well, if they pay for it they can receive the password of that archive to extract the contents inside.
I could simply have two versions of that product with and without the advertisement but since the size of the products is high, having two version is not the way to go.
So I thought it might be possible to kill two birds with one stone and I almost came up with a solution...
Autoplay Media Studio can export in an exe archive and also encrypt it with a random password. Now just one step to make it... I'm just wondering to know if there's any possibility to use your own password...