Jump to content

Ashvin

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

About Ashvin

Profile Information

  • OS
    XP Home

Ashvin's Achievements

0

Reputation

  1. Hello, I am working on one software application having sql server database. I need to uninstall and install the software frequently which takes lot of time, so i want to automate this process to save time. few points to be considered. - Application setup.exe file install software with "install shield" wizard ( there are 8-10 screen in setup, Title bar of each screen will be like "AppName" - InstallShield Wizard) - While installation it asks to select database also, so Database should exist prior installation starts - While installation setup will deploy SSRS reports also, so need to specify report server - While setup title bar of each setup screen will remain same like ""AppName" - Install shield Wizard" Is there any way i can automate this process ? so that my installation can be done faster and easily by one click. I believe AutoIT may be useful for this task. If anyone has worked on similar task or have any sample script ready, then that will be great help. Thanks in Advance, Ashvin
  2. Hello All, I am working on one software application having sql server database. I need to uninstall and install the software frequently which takes lot of time, so i want to automate this process to save time. few points to be considered. - Application setup.exe file install software with "install shield" wizard ( there are 8-10 screen in setup) - While installation it asks to select database also, so Database should exist prior installation starts - While installation setup will deploy SSRS reports also, so need to specify report server - While setup title bar of each setup screen will remain same like "Install shield Wizard" Is there any way i can automate this process ? so that my installation can be done faster and easily by one click. I believe AutoIT may be useful for this task. Please share if any solutions available. Thanks in Advance, Ashvin
  3. Hello All, I am QA and currently working on one windows software testing. It is Application software with SQL server database 2008 in backend. System OS : Windows 7 both 32/64 bit Problem is; I am receiving new updates frequently (almost every alternate day) and every time I need to clean up the environment and reinstall the base version of software with database and then run updated patches. Update patches runs in batch file & it will update both Application files & Database. I am looking for some solution to automate this process; I have 2 options currently in my mind. 1. Either I can create image of Base version software with DB restoration process. So every time I get new update, I can easily load the image and run the updates on it. 2. Or I can automate whole software deployment process like - Clean up all system first (including uninstalling software, clearing up all registry, deleting DB) - Restore Fresh DB from backup file - Run the Setup for base version - Run the update batch file which will update my software + DB. I have tried to get solution from AutoIT and seem like I will get some success with this tool, but still I am not much confident on it. Can anyone help me if worked on similar task with AutoIT or anyother software. Please suggest me if any other software or scripting can do this for me. Thanks in Advance, Ashvin
  4. Hello All, My Self Ashvin from India, I gone through some of the forums and posts and found it really informative. Hope to get and share knowledge with MSFN!!! Cheers, Ashvin
×
×
  • Create New...