Search Perform an advanced search query SOFTPEDIA
 
SOFTPEDIA
Updated one minute ago
HomeSubmit a program for being reviewedAdvertise on our websiteGet help on surfing our websitesSend us your feedbackGet information about our XML/RSS backend and how to use itBrowse the news archiveVisit our discussion forumVizitati forumul in limba romana



Review Finder NormalFreeware onlyShareware only

e-PocketSetup Review
Category: SOFTPEDIA REVIEWS :: Windows

Which setup do you want to create today?
By: Daniel Munteanu, Editor, Software Reviews

e-PocketSetup by Marcelo Bona Boff Add Your Rating   See Editor's Ratings
Version reviewed: 4.1.0.1

e-PocketSetup is the most complete way to create setup programs for Windows, Windows Mobile and Palm OS. It allows you create a fully customizable setup, including an interface editor and a scripting system based on mouse clicks. e-PocketSetup is a modern and sophisticated tool to create, manage and deploy setup projects. Powerful, complete, professional and easy to use, e-PocketSetup improves your development process, deploying software products, data files, or anything you want to distribute for Windows, Windows Mobile and Palm OS platforms in a friendly and standard setup interface.

Some features:

Powerful IDE, like Visual Studio .NET one, all editors are completely integrated, so, in the same interface, you can do all you need to create your setup program.
With Unicode native support, setup projects are saved in the unicode format, but can be generated in the ASCII format.
Support for all Windows version, since Windows 95.
Support for all Windows Mobile devices, including the ones that were not released yet, just install a new Windows Mobile device SDK and e-PocketSetup 4 will automatically identify and define a new setup device for it.
Support for all Palm OS devices.
Wizards to import your Visual Studio .NET, Visual Basic 5/6, eMbedded Visual Basic, eMbedded Visual C++, NSBasic and Windows Mobile Setup projects to your e-PocketSetup 4 project.
Advanced scripting system using the easy click-script technology. You do not need to be a programmer to create scripts for your project.
Click-script actions to do everything you can imagine in a setup program, including: remote device control, Windows messages processing, registry operations, files operations, console programs control, internet operations, and many other actions.
Support for external actions located either on DLL files or on actions’ libraries.
Support for custom actions, you can create your own actions and actions’ libraries.
Custom setup interface, e-PocketSetup 4 allows you to define your own setup dialogs, background window, messages and images.
Include the most common runtimes to your project using the Runtimes Wizard.
Include the registered Windows Mobile runtimes using the Windows Mobile Runtimes Wizard.
Import Windows Mobile setup programs generated by other setup tools using the Windows Mobile Setup Import Wizard and Windows Mobile INF Import Wizard.
Define custom icons for eMbedded Visual Basic, NSBasic and Pocket C compiled files.

DOWNLOAD PROGRAM    REQUEST A REVIEW

Sometimes we have to do things by ourselves. I mean, when you are an IT responsible and have like a few hundreds PCs or more to take care of, you definitely have to automate your work. In my not so long experience with system preparation tools I realized that work automation is a concept that can really increase one's productivity and being able to have done my own software installation packages made me happier. I hope you could say the same.

Today we have something special on our goodies menu. We will talk about how things are done. The purpose of the present review is to present the way in which you can create a setup program in order to install your own files into a computer (applications and drivers or any other kind of software). Apart from the automation process that I have already mentioned above, these kinds of tools are used to create, manage and deploy all types of application any developer may want to distribute.

So let the journey begin!

Our cookie name is e-PocketSetup and it comes from the land of the well known Rio's Carnival (Brazil, indeed) and will let you do almost anything... in creating your setup.

E-PocketSetup opens itself in a fresh interface with a simple startup dialogue that lets you choose between creating a new project and opening existing ones.

Of course, I clicked on "New project". This will circle you through a few windows where you can insert all the common data – company and product name, language, the platform your application will be developed for, you can set the appearance of the background window, insert your license text, you'll be asked to provide the files' location path and any technology your application uses (like VB runtimes, ODBC, DCOM, Remote Client/Server Support) along with its type (Visual Studio .NET, Visual Basic or another).

By the way, the supported platforms are Windows for PC (9x/Me/NT/2000/XP/above), Windows Mobile (Palm and Pocket PC, H/PC, Smartphones) and all Palm OS devices.

In the wizard's final step you can check to include the uninstall support, with a "custom" option and also the multi-language installer. You'll press finish and here we are. Do you think we're done? Nope, that was just the beginning.

The interface

Once you've finished with the wizard, the main window of the project will appear. Here you can generate your setup file, see the options in the project manager and edit project properties. Apart from the classic Windows menu, there is a left bar with hidden options (it reveals itself on pointing the mouse over it) and it has three major parts for setup editing: the project manager, toolbox and Click-Script events.

In the lower side we'll find the task manager panel and the output one, also hidden (brought to view in the same way as the left panel).

The right side consists of two equal sized windows, the lower one displaying its options in the upper one. Then, as you point over the options you'll be able to manage all the features in the middle window of the program.

Hint: Of course, the toolbar appearance can be easily modified through "view – toolbars – customize".

The features

I'll say a few words about the abilities of e-PocketSetup by presenting you, step-by-step, the program's menu. Within it, all the functions and options the developer may use for his final product are included.

The first one is the File menu. It contains all the classic options a program should have: new, open, save, import, print and exit. Besides all that, it has a useful report generator for your projects. Next is also a classic – the Edit one. Moreover it has an Editor's Preferences option which manages some general options of the environment, the dialog editor and the Click-Script Editor.

Then we pass to the View menu. All the features you can bring to forefront here are also incorporated in the main panes of the software (left, right and lower). Some of those are the project manager, toolbox and Click-Script events (with dialogue and setup events), and setup registry's keys (you can add your own entries). Great jobs can be done with "Dialogs' Events" – all the actions may occur regarding license agreement, finished install and incomplete/interrupted installations, user information and welcome screens.

Every event has an "insert action" tab (when you right-click on the generated surface) that lets you manage a lot of actions, from multimedia inserting to message showing (yes/no or yes/no/cancel type), from creating shortcuts to clauses (if, end if, else, while, exit...).

The Project menu is basically the main configuration/editing part of your work. The components and setup types can be added here, along with the included files for the package to be created. The shortcuts adding and registry/INI entries are to be found here. The project properties (the setup requirements are included) will manage all the data inserted with the new project wizard (software/company name, description of the product, version and company info).

The setup requirements include the screen size limits, color resolution, RAM size and the minimum/maximum Windows version. The Handheld, Palm and Pocket PC requirements are also listed.

When all the work is done simply go to "view-project manager" then click on "generate setup" and here you go! You have your
first software product to distribute it to the market.

The next two are the Windows Mobile and Palm OS menus. You can manage the components and files, the shortcuts and registry's entries. In Palm OS you can also add/edit HotSync Conduits.

The Appearance menu will let you insert the starting message, bitmaps (dialogue, logo, and splash), the setup/software icon, fonts, colors and texts for displaying later during the generated setup. You can even set the resolution of the background window.
Depending on which part of the project you're browsing, an "editor" or "click-script" menu will appear. The first has related shortcuts for Project menu features while the second will display Click-Script Events managing options.

In the Actions menu, a useful Global variables' declaration option is to be found – you can edit your desired header message/title, username and user serial. The menu includes some Click-Script Events shortcuts for facilitating your work.

The Build and Tools are the last two. Actually, the last menu is the help one. A good implementation is the dynamic help. It shows the help in the lower right-sided window. As usual, we have the support/check for update tabs and links to company websites.

But let's not forget about those two: Build and Tools. The Build includes some shortcuts for features I've already mentioned (like Generate Setup) and it has the build properties option which is included in the Project Properties.

Tools menu includes setup devices manager and some wizards for importing external projects to your own (from Visual Studio .NET, Visual Basic, NSBasic) and registry importing. You can include a file association in your project (you just have to enter the extension). The Windows Mobile Setup/INF/Runtimes can also be imported through this menu. A scanner wizard for importing the dependencies of an executable file is present here.

Bottom line: e-PocketSetup should be a good choice for software developers who want to distribute their software to the clients; the 289 USD price (for the Professional version) should be a fair one to pay for those who are using it and gaining with it.

The good

I liked e-PocketSetup because it has that "professional" looking. It delighted me with its features and I'm glad to see that it has support for Windows Mobile and Palm Systems.

The bad

I found the way that the two panes (left and lower) are coming to view a bit annoying. It seemed a little rigid and I didn't like it at all when the left window showed itself, covering a part of the middle window (so if I picked up one of the options there I had to let the pane go hidden to see all the part again).

The truth

e-PocketSetup is a full featured setup creator that will do everything to help you deploy your setups. It's quite simple to use and it has an understandable interface which makes it reliable even for the not so experienced one.

Here are some snapshots of the application in action:

Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image
Review image



Editor's ratings:
User Interface:   Features:   Ease of Use:   Price/Value:   OVERALL:

   


14th August 2006, 01:07 GMT | Copyright (c) 2006 Softpedia | Contact:

Read by 1,935 user(s) | Add comment | Link to this news
Subscribe to news | Print article | Send to friend
TODAY'S HEADLINES: Camfrog Video Chat Review  Almanah Diary Review  Portable Quicksys RegDefrag Review  Sunbelt Personal Firewall Review  XML Copy Editor Review  GNOME Mplayer Review  GeoAze Review  Checkout Review  Simply Calenders Review  KJClipper Review  JCODER Review  Optimism Review  
Today's News | Yesterday's News | View News Archive
Search:

e-PocketSetup 4.1.0.1 - OPINIONS AND REVIEWS




We are sorry, there are no opinions/reviews available for this program.






SHARE YOUR OPINION ABOUT e-PocketSetup 4.1.0.1

Since you are not logged on, your comments will have to be approved before being displayed.
Click here to login, or register.
Your Name:
Your Email: (will not be published anywhere)
Type in the result:
GUI (Graphical User Interface): Poor   Fair   Good   Very Good   Excellent  
Features: Poor   Fair   Good   Very Good   Excellent  
Ease of use: Poor   Fair   Good   Very Good   Excellent  
Price/Value: Poor   Fair   Good   Very Good   Excellent  
Overall rating: Poor   Fair   Good   Very Good   Excellent  
Your review/opinion:
 


DO YOU WANT TO CONTACT US?  

If you have some comments or you want to send us some information you can send us an email directly to .
You can use the form below for the same purpose.
Your full name: (at least 3 characters)
Your email address: (at least 5 characters)
Message subject: (at least 5 characters)
Message text:
(at least 10 characters)
Type in the result:
 



Welcome!
Hello, Guest

Login if you have a Softpedia.com account.

Otherwise, register for one.

Main categories:
  • Antivirus
  • Compression tools
  • CD/DVD Tools
  • Office tools
  • Programming
  • Authoring tools
  • File managers
  • Desktop Enhancements
  • Internet
  • Network Tools
  • IPOD TOOLS
  • Mobile Phone Tools
  • Multimedia
  • Tweak
  • System
  • Security
  • Others
  • Science / CAD
  • UNIX
  • Windows Widgets
  • PORTABLE SOFTWARE

  • Week's best:
  • Adobe Media Player 1...
  • Registry Mechanic 8....
  • BitSpirit 3.3.2.263
  • AnyDVD 6.4.5.6
  • Firefox 3.0.1 / 2.0....
  • AutoCAD 2009
  • Norton AntiVirus 200...
  • Norton Internet Secu...
  • The Bat! Professiona...
  • WinRAR 3.80 Beta 3 /...
  • GMail Drive shell ex...
  • DAEMON Tools Lite 4....
  • UBCD4WIN 3.2.0
  • Adobe Reader 9.0.0 /...
  • Total Commander Ulti...
  • System Mechanic 8.0....
  • Adobe Acrobat Profes...
  • iPhone PC Suite 1.0....
  • Portable Firefox 3.0...
  • MPlayer for Windows ...
  • Vista Codec Package ...
  • Windows Live Messeng...
  • WinBubble 1.73
  • Kaspersky Anti-Virus...
  • Malware Removal Tool...
  • Royale Noir Theme fo...
  • IBM Lotus Symphony 1...
  • Adobe Dreamweaver 10...
  • Adobe Fireworks 10.0...
  • BitDefender Total Se...
  • © 2001 - 2008 Softpedia. All rights reserved.
    Softpedia™ and Softpedia™ logo are registered trademarks of SoftNews NET SRL.
    Copyright Information | Privacy Policy | Terms of Use | Contact Softpedia | Update your software | Archive