kk250040
12-15-2008, 06:11 AM
Good Work :yes with all the existing stuff on Setup Factory, its a great tool with a great ease to work with. Thanks to IndigoRose :)
As we now have the various Install_Stage variables for the various stages being identified while installing, I felt if there could be more such variables to detect if a particular batch file is being executed, or if a backup is being executed.
1. INSTALL_STAGE_COPYING_FILES to detect if the setup is performing any copying of files or folders from setup.
2. an action to detect if a particular batch file is still executing.
3. an action to copy from a source to a destination folder on host (helps people customize to take backups of folders or files directly from setup)
4. an action to calculate the approximate time for copying a folder or a number of files depending on the host machine's data.
When users prefer to have their customized backups for their requirements, I guess it would be of much help if setup can identify if a copy is being executed from setup, or if a particular batch file is being executed. We can always do these with customized actions and some logic, but it would help many people and many more functionality to become easier with such variables or actions.
Please comment how relevant it is to have such variables to simplify certain functionality as Setup always does with many existing actions.
5. Also to be of much help, may be provide an Event say "OnBackup" for the customized backup, this helps user to define all his backup functionality under this event and maybe we can also provide a simple progress bar on the BackUp process automatically just like the screen for While_Installing (if not accurately though).
It just brings down many hard core coding to simplify to least definitions for their Backups.
Does anyone find any sense for such things to be provided. Please comment.
Thanks!
As we now have the various Install_Stage variables for the various stages being identified while installing, I felt if there could be more such variables to detect if a particular batch file is being executed, or if a backup is being executed.
1. INSTALL_STAGE_COPYING_FILES to detect if the setup is performing any copying of files or folders from setup.
2. an action to detect if a particular batch file is still executing.
3. an action to copy from a source to a destination folder on host (helps people customize to take backups of folders or files directly from setup)
4. an action to calculate the approximate time for copying a folder or a number of files depending on the host machine's data.
When users prefer to have their customized backups for their requirements, I guess it would be of much help if setup can identify if a copy is being executed from setup, or if a particular batch file is being executed. We can always do these with customized actions and some logic, but it would help many people and many more functionality to become easier with such variables or actions.
Please comment how relevant it is to have such variables to simplify certain functionality as Setup always does with many existing actions.
5. Also to be of much help, may be provide an Event say "OnBackup" for the customized backup, this helps user to define all his backup functionality under this event and maybe we can also provide a simple progress bar on the BackUp process automatically just like the screen for While_Installing (if not accurately though).
It just brings down many hard core coding to simplify to least definitions for their Backups.
Does anyone find any sense for such things to be provided. Please comment.
Thanks!