I’ve created an install program that does 90% of the install. However, I don't know how to check for a redistributable and install if it isn't there (Needed to install MySQL drivers.) I'm willing to pay for some one to guide me. Other parts of my install are clunky and I would like to have someone take a look and give me some pointers.
The rough specs are:
The Specs for Install program:
Install program is intended to be used exclusively within a company. The installer will be used both inside the office and on portables in the field.
AN ftp site is available to store needed downloads. So the install program can be small enough to email. An alternative would be placing the install program on the company share point site.
The install program should process the following steps:
i. Subfolders:
i. There are 2 different ACCDE versions depending upon the Bitness of Microsoft Office/Access
ii. Check for a file by name. If it exists Inform the user and continue, but do not overwrite it
iii. Download an icon. (used for the shortcut)
Thanks I’ll look at my code and compare.
Adolph
From: Sam Oxigen <ss111...@gmail.com>
Sent: Monday, January 31, 2022 7:13 PM
To: innosetup <inno...@googlegroups.com>
Subject: Re: how to detect C++ Redistributable and load if not.
I have done almost exact type of "component" installations by checking windows major and build version, 32/64 bit version, necessity of c++ redistributables installation, processor architecture etc. c++ redistributables need to be installed if windows 10 build version is equal or greater than 1607. On higher version this is part of the OS.
--
You received this message because you are subscribed to a topic in the Google Groups "innosetup" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/innosetup/GJhB2JTxtE8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/cdb42ffb-3906-417f-b04e-8ef581635378n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "innosetup" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/innosetup/GJhB2JTxtE8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/02d101d8179f%2479b8e930%246d2abb90%24%40programconsultants.com.