TEG Analytical Software v4.2.3 silent installation
hi All
currently i am working on an application TEG Analytical Software v4.2.3. Source provided is set up.exe and post installation configuration is to launch application from start menu,enter log in credentials and connect/map to patient database. Also have to provide full permissions to c:programme files\"Application name" folder. I can create a set up.iss with exe but cant repackage it. while trying to repackage its showing error. i am using admin studio repackager and my goal was to create a msi,mst and enter data base server as a property. but as i cant create msi,is there any other way to perform post installation tasks?
thanks for responses.
2 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
BHC-Austin
10 years ago
Generally in cases like this, you'll have to script the installation process. What we've done for software like this (and we have a lot of it, unfortunately) is record the .iss for the silent install, then create a VBScript that initiates the setup and does whatever post-install stuff has to be done (e.g. writing to registry, INI files, etc).
If you can't configure the TEG software directly through INI files or registry, you could always use AutoIT to automate everything (including the setup, and not have to record a .iss file)
Comments:
-
hi thanks for reply. actually autoIT script is not allowed in our environment. and post installation configuration is to launch application and enter log in id,password and database information. i enter those credentials and tried to search if they are captured in registries. but no luck. so what would be other way to do it?
thanks again. - swap20june 10 years ago
What error did you get when you attempted to repackage? - anonymous_9363 10 years ago