288 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
2
replies
56
views
Packaging a python application that depends on other servers running
I am developing a LangGraph project with uv. It makes use of LangGraph's implementation of the model context protocol to interface with a number of third-party services, among them an interface for ...
-1
votes
1
answer
196
views
These critical programs are missing or too old: "GNU ld compiler" when building glibc 2.42
I'm trying to build glibc 2.42 on a SLES 15 SP 6 machine (yeah, sorry about that, not my choice).
When configuring glibc, I am told:
These critical programs are missing or too old: "GNU ld ...
0
votes
0
answers
52
views
Install SQL Server Express using InstallShield
I have a question and I need help solving an issue.
I have an installshield 2016 installation and I want to allow the user to either select an existing SQL Server database (and then the installation ...
0
votes
1
answer
187
views
Advanced Installer - is it possible to have a prerequisite be installed from the user's local machine?
I have a number of prerequisites for my application, which are specified in the "Prerequisites" page in Advanced Installer.
However, I don't want to include these in the installer package ...
1
vote
2
answers
105
views
How to overload Makefile rules?
I have a list of header files which I want to compile at once using Makefile. Some of them, however, have an externally defined function in assembly. If that is the case, there is a file with the same ...
0
votes
1
answer
491
views
Download file ‘DotNetFX48\NDP48-x86-x64-AIIOS-CHT.exe’ for item ‘Microsoft .Net Framework 4.8 (x86 and x64)’
The installer property Localization is Chinese(Traditional).Localization is Chinese(Traditional)
And in Prerequisites dialog box, I need to install Microsoft .Net Framework 4.8.Prerequisites dialog ...
0
votes
1
answer
61
views
GNU Makefile deps across three directories
I have a tree where I have something like this :
libFoo/foo.c
libFoo/bar.c
resulting in libFoo.a being placed in an .out directory at the top of the directory tree. I then have an application like so:...
0
votes
2
answers
112
views
Why my prerequisites automatic variable is empty?
Use case: I use many Makefiles that share some logic but differ notably in prerequisites, so I include a Common.mk file and use a PREREQ variable in all of them.
Problem: $(PREREQ) is correctly set ...
0
votes
1
answer
42
views
make updates static lib archive even if newer than pre-requisites
I am building a static library from source files foo.c, bar.c and baz.c
Even though the library is timestamped newer than foo.o, bar.o and baz.o
it still gets rebuilt every time I run make.
here is ...
0
votes
0
answers
48
views
C#.net monolithic installer with prerequisites
There are hundreds of questions and answers around embedding installation prerequisites, however there is no answer to embedding the prerequisites, the prerequisite checking installer and application ...
0
votes
2
answers
158
views
My makefile only executes the first prerequisite?
When I run make, it correctly does the first prerequisite ".m4a" file, but then it stops and doesn't proceed. I've checked and the $(OBJ) does seem to have all the files in there, so I can't ...
0
votes
2
answers
302
views
How to check if Office >= 2010 is installed?
How to check in WiX (Product.wxs) if Office is installed in version 2010, 2013, 2016, 2019 or later?
2007, 2003 or older should be ignored (as if Office is not installed at all).
I'm aware of this ...
-1
votes
1
answer
743
views
How to add custom prerequisite for ClickOnce?
I have a WPF application which is distributed by ClickOnce. ClickOnce handles well prerequisite like LocalDb and .Net Desktop Runtime. I started to use Identity in the program so now I need ASP.NET ...
0
votes
2
answers
1k
views
Visual Studio Installer single MSI creation
I developed VSTO Excel Add-In and usually I do installers with Advanced Installer, but my current client insist on VS Installer, which is dreadful...
I target x64 Office, and have .NET 4.8 ...
3
votes
1
answer
2k
views
ClickOnce prerequisite for "ASP.NET Core Runtime 6.0.10 x64"
I am using ClickOnce in Visual studio. I can set ".net desktop runtime 6.0.10 (x64)" and "".net runtime 6.0.10 (x64)" prerequisite. I also need "ASP.NET Core Runtime 6.0....