PC Review


Reply
 
 
Michael Vilhelmsen
Guest
Posts: n/a
 
      9th Jun 2005
Hi

I need a program, that can compress som files into a self extracting archive!
Something like WinZIP.

The special thing is, that the self extractor should be able to extract WITHOUT any user input....

Michael

--

Best Regards / Venlig hilsen
Michael Vilhelmsen
This is an automatic signature of MesNews.
Site : http://mesnews.no-ip.com

 
Reply With Quote
 
 
 
 
REM
Guest
Posts: n/a
 
      9th Jun 2005

> "Michael Vilhelmsen"


>Hi


>I need a program, that can compress som files into a self extracting archive!
>Something like WinZIP.


>The special thing is, that the self extractor should be able to extract WITHOUT any user input....


Zip Genius has a "no user input" option and several other features,
such as create and uncompress into a subdir and run a file after
extraction. Very nice!



----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
rm
Guest
Posts: n/a
 
      9th Jun 2005
Le Thu, 09 Jun 2005 13:24:10 +0200, Michael Vilhelmsen a écrit :

> Hi


Hi,

>
> I need a program, that can compress som files into a self extracting archive!
> Something like WinZIP.
>
> The special thing is, that the self extractor should be able to extract WITHOUT any user input....


7Zip have a -y switch for SFX installer module to specifies quiet mode for
extracting. see SFX topic in 7-zip help file...

you can also have a look at inno-setup http://www.jrsoftware.org/isinfo.php
or autoit scripts http://www.autoitscript.com/autoit3/index.php
(FileInstall command can include files into a compiled and UPXed AutoIt
script) to make such package...

@+
--
rm
 
Reply With Quote
 
Duddits
Guest
Posts: n/a
 
      9th Jun 2005
On Thu, 09 Jun 2005 13:24:10 +0200, "Michael Vilhelmsen"
<(E-Mail Removed)> wrote:

>Hi
>
>I need a program, that can compress som files into a self extracting archive!
>Something like WinZIP.
>
>The special thing is, that the self extractor should be able to extract WITHOUT any user input....
>
>Michael


If you already have a zip program then use Free Extractor.
http://www.disoriented.com/
Highly configurable, smallest self extracting files.

regards

Dud
--

Xenophobia: It's Everybody's Problem.
 
Reply With Quote
 
David
Guest
Posts: n/a
 
      11th Jun 2005
On Thu, 09 Jun 2005 13:24:10 +0200, "Michael Vilhelmsen"
<(E-Mail Removed)> typed
furiously:

>Hi
>
>I need a program, that can compress som files into a self extracting archive!
>Something like WinZIP.
>
>The special thing is, that the self extractor should be able to extract WITHOUT any user input....
>
>Michael


Please don't send one of your files to me. I refuse to let programs
install to my C: drive unless it is absolutely necessary. I want to be
able to control everything that happens on my computer.

.... Does that make me a control freak?

--
David
Remove "farook" to reply
At the bottom of the application where it says
"sign here". I put "Sagittarius"
 
Reply With Quote
 
Michael Vilhelmsen
Guest
Posts: n/a
 
      13th Jun 2005
>>
>> Michael

>
> Please don't send one of your files to me. I refuse to let programs
> install to my C: drive unless it is absolutely necessary. I want to be
> able to control everything that happens on my computer.
>
> ... Does that make me a control freak?


No ;-)

I have it the exact same way.
But some of our customers doesn't have ANY what so ever knowledge about computers, Windows, Database and alike.
Therefore it shoud be done this way.

But me myself - no way - Let me know whats happening....


Michael

--

Best Regards / Venlig hilsen
Michael Vilhelmsen
This is an automatic signature of MesNews.
Site : http://mesnews.no-ip.com

 
Reply With Quote
 
David
Guest
Posts: n/a
 
      13th Jun 2005
On Mon, 13 Jun 2005 09:00:20 +0200, "Michael Vilhelmsen"
<(E-Mail Removed)> typed
furiously:

>>>
>>> Michael

>>
>> Please don't send one of your files to me. I refuse to let programs
>> install to my C: drive unless it is absolutely necessary. I want to be
>> able to control everything that happens on my computer.
>>
>> ... Does that make me a control freak?

>
>No ;-)
>
>I have it the exact same way.
>But some of our customers doesn't have ANY what so ever knowledge about computers, Windows, Database and alike.
>Therefore it shoud be done this way.


Since you do not know, ahead of time, the level of your customers'
knowledge and/or expertise you should always allow the choice. I have
no objection if you insert a default answer, which is what most
software does. For unzipping your self-extractor should read the TEMP
variable and specify a subdirectory off there but it should still give
the choice. After confirmation and unzipping automatic start of the
setup program is permissible. Make sure that the setup program removes
the temporary install files when it is finished please.

--
David
Remove "farook" to reply
At the bottom of the application where it says
"sign here". I put "Sagittarius"
 
Reply With Quote
 
Michael Vilhelmsen
Guest
Posts: n/a
 
      14th Jun 2005
>
> Since you do not know, ahead of time, the level of your customers'
> knowledge and/or expertise you should always allow the choice.


hmm - I partly agree with you.
But we have in our company taken this aproach.....
Since the use in our program has to call a specific funktion in our program, he (or she) only does this KNOWING whats he his doing.
He is given some warnings, and if he continue, there is no going back.

So the user has a choise. But after saying Yes, I will, he has no more to do.....

And every time I do an update, I take 1 copy, of the old files and this copy is always saved in the same spot, so there will never be more than one copy.
And we talk about aprox. 30 Mb.

Michael

--

Best Regards / Venlig hilsen
Michael Vilhelmsen
This is an automatic signature of MesNews.
Site : http://mesnews.no-ip.com

 
Reply With Quote
 
David
Guest
Posts: n/a
 
      14th Jun 2005
On Tue, 14 Jun 2005 08:28:31 +0200, "Michael Vilhelmsen"
<(E-Mail Removed)> typed
furiously:

>>
>> Since you do not know, ahead of time, the level of your customers'
>> knowledge and/or expertise you should always allow the choice.

>
>hmm - I partly agree with you.
>But we have in our company taken this aproach.....
>Since the use in our program has to call a specific funktion in our program, he (or she) only does this KNOWING whats he his doing.
>He is given some warnings, and if he continue, there is no going back.
>
>So the user has a choise. But after saying Yes, I will, he has no more to do.....
>
>And every time I do an update, I take 1 copy, of the old files and this copy is always saved in the same spot, so there will never be more than one copy.
>And we talk about aprox. 30 Mb.
>
>Michael


30MB here, 30MB there, before you know it you have 300MB or 3000MB
cluttering up your C: drive. Sheesh! I remember when my machine only
had two 360KB floppies. My first hard drive was a whopping 5MB.

Since the C: drive is the main drive used, and often the only drive in
most systems, programmers have developed the bad habit, in my opinion,
of dropping everything onto that drive and don't care that it may be
the smallest drive in the system or, at least, not the only drive. By
ignoring the desires of the user your software can be found less
desirable and so sales suffer.

If some one foisted such a program on me it would, likely, not remain
on my system for very long. I track every installation and check both
files and registry entries. If I find too much going onto the C:
drive, without my OK, then I am probably not going to bother with that
program again.

--
David
Remove "farook" to reply
At the bottom of the application where it says
"sign here". I put "Sagittarius"
 
Reply With Quote
 
Michael Vilhelmsen
Guest
Posts: n/a
 
      14th Jun 2005
David wrote :
> On Tue, 14 Jun 2005 08:28:31 +0200, "Michael Vilhelmsen"
> <(E-Mail Removed)> typed
> furiously:
>
>>>
>>> Since you do not know, ahead of time, the level of your customers'
>>> knowledge and/or expertise you should always allow the choice.

>>
>> hmm - I partly agree with you.
>> But we have in our company taken this aproach.....
>> Since the use in our program has to call a specific funktion in our program, he (or she) only does this KNOWING whats he his doing.
>> He is given some warnings, and if he continue, there is no going back.
>>
>> So the user has a choise. But after saying Yes, I will, he has no more to do.....

>
> 30MB here, 30MB there, before you know it you have 300MB or 3000MB
> cluttering up your C: drive. Sheesh! I remember when my machine only
> had two 360KB floppies. My first hard drive was a whopping 5MB.


It will always only be 30Mb.
Next update will overwrite the prior backup.
So never more than 30 Mb.

>
> Since the C: drive is the main drive used, and often the only drive in
> most systems, programmers have developed the bad habit, in my opinion,
> of dropping everything onto that drive and don't care that it may be
> the smallest drive in the system or, at least, not the only drive. By
> ignoring the desires of the user your software can be found less
> desirable and so sales suffer.


True.
But the main part of our users are not very good at using Windows (and that putting it mildly!).
Its not unlikely, that when I talk to the user, I tell them to press the START button.
They do not not what I'm talking about.

So I'm stuck between given the user as much freedom as preferable, and still have users with little knowlegde being able to use the system.

The reason to making a backup at all, is that we actually have had customers who manage to delete, alter or other things the main files of our program.
And it is easyer to restore files, when a backup is available !
And also - some of our users don't even have an internet connection. Not even a dial up !
So give them an update can only be done by sending a CD.

Hence the backup.

>
> If some one foisted such a program on me it would, likely, not remain
> on my system for very long. I track every installation and check both
> files and registry entries. If I find too much going onto the C:
> drive, without my OK, then I am probably not going to bother with that
> program again.


Here - personally - I'm of the same opinion.
But the fact is, that the main part of the users really don't care.
The program should just work.
And if it dosn't we shall just fix it. Preferable yesterday!

So as I see it, its a very fine walk between letting the user having a choise, or making my life as developer and supporter easier.
That said, I agree with you, that a program, should not fill up any drive with just temp. filer, backup files or any other things without cleaning up. At least every once in a while....

Michael

--

Best Regards / Venlig hilsen
Michael Vilhelmsen
This is an automatic signature of MesNews.
Site : http://mesnews.no-ip.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compressing messages on sending and un-compressing messages that h asj Microsoft Outlook Discussion 1 8th Jan 2008 01:19 PM
Self Compressing Rudy W. Microsoft Access VBA Modules 2 10th Feb 2005 12:43 PM
Re: compressing Rick \Nutcase\ Rogers Windows XP New Users 0 20th Jul 2004 11:38 AM
Re: compressing Mike Kolitz Windows XP General 0 19th Jul 2004 09:39 PM
Compressing sketch Microsoft Powerpoint 4 4th Aug 2003 05:19 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:34 PM.