Hello,
it's very well possible that a debugger started installer and the real have different "default" folders and so the debugger instance is looking for the answer file in a potentially wrong...
Type: Posts; User: linder
Hello,
it's very well possible that a debugger started installer and the real have different "default" folders and so the debugger instance is looking for the answer file in a potentially wrong...
Hi Mark,
that is correct. If Add/Remove Program support is not enabled then it can't update the version information. What you can do is to manually update the version (if you do not want to...
Mark,
the one million dollar question is, why did you receive a P7B file? P7B files only contain certificates and chain certificates (Intermediate CAs), not the private keys. As far as I know,...
Mark,
very interesting. Thanks for sharing this information!
Friedrich
Mark,
good point. Yes, SHGetFolderPath is deprecated. Unfortunately, for backwards compatibility, CSIDL is the only mechanism that can be used to power installs from pre-Vista up to Server 2022....
Colin,
thank you for your message. We have new redistributables available for the upcoming SetupBuilder 2022. We'll try to backport the VC2019 one to SB2019 this week. I'll post a message here....
BTW, I Googled and there are millions of "Unsupported 16-Bit Application" findings.
If you are interested, please send your compiled "wucheck_ssl.exe" and the project file to support (at)...
Hi Mark,
if the "Display Message" commands after the "Download File" function do not display, then I think the "Download File" function (the underlying WinSock components in Windows) did not...
Hi Mark,
perhaps it is a corrupt .exe (or blocked by your protection software)? What does the code-signature of the file say? It it valid? If this is the case, please send your .exe to support...
Andrew,
you have several options on how to handle what you are trying to do. I have created a simple project demo for you (custom "Ready to Install" dialog option):
...
Andrew,
this is a free online forum. Did you send this support request to the official support e-mail (support [at] lindersoft [dot] com)? Support always answers within 24-hours! But I do not...
Colin,
interesting! Thanks so much for the information and your kind words !!!
Friedrich
Andrew,
SetupBuilder gives you more power. A typical While Statement creates a loop that executes a specific statement as long as a test condition evaluates to true.
See attached screenshot. ...
Hi Mark,
sorry, the WebUpdate_x64.exe installer (Time Stamp 1:50 PM) was just a test installer to find out what might cause this issue. I forgot to remove it from the ZIP.
The...
Hello,
it is just a warning. You can run external files from within the Wizard Loop (we are also doing it from time to time), but it is not recommended :-)
Friedrich
BTW, please see Line 82 in the "WebUpdate_x64.sbp" project file. This includes the custom made 64-bit WebUpdate client into the installer.
Friedrich
Hi Mark,
sorry, Covid-19 slows down processes here and messes everything up :-(
I have uploaded my test source codes. I have compiled a 64-bit installation which initializes the 64-bit...
Hello,
please send the code-snipped in a project file to support [at] lindersoft [dot] com and we'll fix/enhance your code.
Friedrich
Thank you for the update !!!
Friedrich
Mark,
I'll check this on Friday and get back to you!
Assumption: it's very well possible that you have to compile your own 64-bit version of "wupdate" (I think your installer writes 64-bit...
Hi Mark,
quick question: so you install a native 64-bit application? That's why your installer is running in 64-bit mode?
I'll try to reproduce your 64-bit installer issue here and get back to...
CF,
not directly related to these issues... but would it be possible for you to simply use include and exclude wildcards (e.g. *.exe, *.dll, or even *.*) here? This would make the script so much...
Hello,
I have to check a few things in SetupBuilder 2022 and get back to you. In SetupBuilder 2019 this is no possible.
Friedrich
Hello,
unfortunately, we have no idea what "TS-SetupBuilder" means. Perhaps TopSpeed SetupBuilder. SetupBuilder is an installation system and powers 100.000s of setups worldwide.
Friedrich
Hi Mark,
the 0015.LIB component powers the "Set Access Control" function to support ACL. An access control list (ACL) specifies the rules for access to a particular resource (permissions of files,...