topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 1:42 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - antonov2754 [ switch to compact view ]

Pages: [1]
1
Never mind, I found a program almost exactly fitting my description. And it works. :)

ZipInstaller v1.21
http://www.nirsoft.n...t/utils/zipinst.html

2
Situation:

Microsoft Windows has "Control Panel/Programs and Features" application to control the installed software. However, not all software has installers or need one. Some programs are downloaded as .zip archives and can be unpacked to any directory.

Idea:

1. To have a full list of all installed programs. This could be done by adding information to standard Windows "Programs and Features" application.

2. Ability to "manually install" an application. I imagine it as
a) right clicking a folder or zip archive
b) selecting option "Install to..." in context menu
c) a dialog appears to choose a human-readable application name and destination folder (default is "Program Files/Application name")
d) clicking Ok and files are copied to the destination folder

3. Ability to uninstall an application. By clicking the "Uninstall" button in "Programs and Features". Deleting the destination folder will be enough.

Improvements:

It would be nice to
- check if the destination directory is empty before installing. If not, ask the user for action (probably he tries to update the application?)
- remember exact files installed, and at uninstall ask if the user wants to delete files that were added later. It will keep documents and savegames.

Thanks everyone for help.

3
JGPaiva's GridMove and Ahk Tools / Re: New Release: KaosGen
« on: March 11, 2011, 12:17 PM »
Yes, thanks. It is much better now and I can use it. :)
One small bug left - program always quits if I answer Cancel in rewrite file dialog.

4
JGPaiva's GridMove and Ahk Tools / Re: New Release: KaosGen
« on: March 10, 2011, 12:33 PM »
Sorry, but the current version has uncomfortable issues...
1. The range of generated numbers is incorrect, lower border (default is 0) is not included in result.
2. The program should not quit automatically after it finished generation. What if I need several random files?
3. Please, don't include file extension in the filename field and make the field larger. It is ok to add ".txt" to all names automatically.
4. If I drag-and-drop a file, the default number of columns should be 1, makes more sense.
5. The window asking for overwrite sometimes appears behind others. Can you make it stay always on top?
6. Would be nice if last used settings were saved.
7. The program does not have any indication of what it does. Try to use words like "random" and "sequence" on the General application page.

Good issue: it understands even zero columns.

5
Post New Requests Here / IDEA: Random sequence generator
« on: March 08, 2011, 01:15 AM »
I would like to have a program that brings some randomness to my life. It seems rather simple and useful for others too.
This application helps to do something in random order like watching episodes of a film, reading periodical comic strips or accomplishing a to-do-list of actions.

What it should do:

1. Preferable output format is a text file with meaningful name chosen by the user. The file is saved in the application folder. Application should ask for overwriting the file.
Minimum: it contains random numbers, each on the new line.
Maximum: it can contain random numbers in several aligned columns (for convenience, number of columns chosen by user)

2. The program should produce randomness in several formats with range entered by user.
Minimum:
- completely random (integer numbers from A to B)
- random sequence (integer numbers from A to B in mixed order, including all numbers from A to B, no duplicates)
Maximum:
- random date sequence (days from A to B in mixed order, including all days from A to B, no duplicates)
- random date sequence with days of week filter (for example, only Mondays and Wednesdays)

3. There should be an option to leave space for completion marks at the left of the random numbers. I think a nice variant will be a space between square braces:
[X] 27
[X] 4
[ ] 14
[ ] 12

An example implementation can be found online: http://www.random.org/sequences/
Drawbacks:
- Does not work offline
- Does not work with dates
- No completion marks
- I have to copy data and save files manually

Thanks in advance for all your ideas and efforts.

Pages: [1]