View unanswered posts | View active topics
| Author |
Message |
|
fiero
|
Post subject: Posted: Fri Jul 10, 2009 1:43 pm |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
I fixed the problem with parameters loading in latest version 0,7,4,4
emilban wrote: But the right click, for "about url"- still not working...
Yes, I disable this option, because HTML and SWF files can't be packed yet. I will add this option soon, and a customizable right click menu.
regards!
|
|
| Top |
|
 |
|
Bill
|
Post subject: Posted: Sun Jul 12, 2009 1:25 pm |
|
Joined: Fri Feb 10, 2006 8:36 pm Posts: 54
|
|
Hi there
Like this a lot. Would it be possible to add a custom icon to the finished exe?
Bill
|
|
| Top |
|
 |
|
emilban
|
Post subject: Posted: Sun Jul 12, 2009 8:52 pm |
|
Joined: Tue Jul 03, 2007 2:51 pm Posts: 103 Location: Germany
|
Yes, it's a funny feature...I've tried to change the icon with IcoFX - it's a tool where you can change an exe. icon, but for exe. devalvr doesn't work...
Regards,
emilban
|
|
| Top |
|
 |
|
fiero
|
Post subject: Posted: Mon Jul 13, 2009 3:43 pm |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
emilban wrote: Yes, it's a funny feature...I've tried to change the icon with IcoFX - it's a tool where you can change an exe. icon, but for exe. devalvr doesn't work... 
Yes, I should add this possibility in the packer. Anyway, at this moment, what happens if you change the icon of the Player and then you create the package with that modified player?
|
|
| Top |
|
 |
|
emilban
|
Post subject: Posted: Mon Jul 13, 2009 6:40 pm |
|
Joined: Tue Jul 03, 2007 2:51 pm Posts: 103 Location: Germany
|
Hi fiero,
so it works fine... 
|
|
| Top |
|
 |
|
hum@no.id
|
Post subject: Posted: Tue Jul 14, 2009 5:13 am |
|
Joined: Sat May 13, 2006 4:46 pm Posts: 189 Location: Hong Kong
|
|
How to about embedding any sound file with "loop mode" for bg.sound?
Such in the future possible?
|
|
| Top |
|
 |
|
fiero
|
Post subject: Posted: Wed Jul 22, 2009 4:17 pm |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
I added WAV sounds to the packer in the latest version 0,7,7,11. Unfortunately, only files in .WAV format can be packed.
I fixed a problem with loops too, so now the loop feature works fine with WAV files. Example:
Code: (pano1) { type=mov; file=panorama.mov; settimer=timer1,1, 1.0, "PlaySound("song1",1);"; }
(song1) { type=SOUND; file="background.wav"; }
regards!
|
|
| Top |
|
 |
|
hum@no.id
|
Post subject: Posted: Thu Jul 23, 2009 3:00 pm |
|
Joined: Sat May 13, 2006 4:46 pm Posts: 189 Location: Hong Kong
|
|
Now agree that DevalVR player has whole powerfull MULTIMEDIA solution...
Great work....
Thnx fiero, this concept are awesome
|
|
| Top |
|
 |
|
fiero
|
Post subject: Posted: Sat Jul 25, 2009 1:35 am |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
|
| Top |
|
 |
|
fiero
|
Post subject: Posted: Sun Jul 26, 2009 4:21 am |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
|
In latest version of the Packer (0,7,7,12) I added expiration date and expiration time features. With the expiration date, the application will close if it's executed after a predefined date. With the expiration time, the application will close after a predefined time of execution.
We know that the expiration date can be avoided if the user change the system date, but, anyway this method is useful to prevent that the package can be used to massive reproduction.
regards!
|
|
| Top |
|
 |
|
emilban
|
Post subject: Posted: Sun Jul 26, 2009 11:12 pm |
|
Joined: Tue Jul 03, 2007 2:51 pm Posts: 103 Location: Germany
|
Congratulations fiero,
the packer is beginnig to be a super tool... 
|
|
| Top |
|
 |
|
aab
|
Post subject: Limit number of excution Posted: Fri Aug 07, 2009 11:31 pm |
|
Joined: Sun Dec 09, 2007 1:49 pm Posts: 42
|
|
Hi Fiero,
This is a good achievement, can you add the possibilty of limting the application execution by the number of executes, when the user runs the application for a specific times, the application can not run.
Regards
|
|
| Top |
|
 |
|
fiero
|
Post subject: Re: Limit number of excution Posted: Sat Aug 08, 2009 12:16 am |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
aab wrote: Hi Fiero, This is a good achievement, can you add the possibilty of limting the application execution by the number of executes, when the user runs the application for a specific times, the application can not run. Regards
Hi aab,
Yes, I could do it, but I need to store the number of executions in any place. What is the best place to store this number? I'm thinking in 3 possibilities:
1- In the Windows registry. But some firewall programs protect the registry and block any modification (maybe with a message to the user to allow this modification). With this method the program could be executed in other computer.
2- In a temporary file in the hard disk. With this method the program could be executed in other computer.
3- With a modification of the package file it self. Good method, but not possible if the package is in a CD or DVD.
Any other idea or commentary is very wellcome!
|
|
| Top |
|
 |
|
emilban
|
Post subject: Posted: Sat Aug 08, 2009 6:26 pm |
|
Joined: Tue Jul 03, 2007 2:51 pm Posts: 103 Location: Germany
|
|
Hi fiero,
The number of executions is good when you install a prog on a PC, but the deval packer no need to be install...
My opinion is that is better to have a timer built in the packer. It make it independent to OS. What about to extend the expiration time with the option for days or month from the first start...or you can built in a watermark as another option. Both are usual method for demo CD / DVD.
Regards,
emilban
|
|
| Top |
|
 |
|
aab
|
Post subject: Yes, watermark seems fine Posted: Sun Aug 09, 2009 11:21 am |
|
Joined: Sun Dec 09, 2007 1:49 pm Posts: 42
|
|
Hi,
In this case it seems that watermark is better, if DevalVR eables the ability to add watermark in the packer.
|
|
| Top |
|
 |
Who is online |
Users browsing this forum: Google [Bot] and 2 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|

|