We have a legacy exe installer, that our company runs on Windows Embedded Standard 7 to install a program.
We don't know how to re-recreate it since we don't have any source code for it, no project files, etc... just the exe. We pretty much know what it does:
- changes to windows registry
- changes to environment variable
- changes to windows log
- changes to windows service
We currently work on VS2019 and wanted to create a similar exe installer in VS2019, but as far as we can tell it only has msi installer. There are two questions we need to answer:
A. What program or software created the existing SomeName.exe? B. If we can not figure out what program created the existing one, what open source or free software should we consider to create an exe installer to get the above steps?
Some screenshots of what dialog boxes we encounter upon install/uninstall are attached:
Thanks