Johannes Singler
2006-03-13 07:08:49 UTC
Hi,
I've written a small program using Managed DirectX (1.x) that I want to
distribute. However, I don't like a tens of megabytes DirectX installer
in addition to the .NET Framework 2.0 with my 200K program.
My question is: Can I avoid the redistributables when I'm sure that the
user has DirectX 9 already installed? Aren't there only three DLLs
missing then? I know that I can "shrink" the redistributables'
installer's size, but still, it's a lot of overhead.
Can't I just tell some installer script to take these three DLLs to the
right place?
Thx,
Johannes
I've written a small program using Managed DirectX (1.x) that I want to
distribute. However, I don't like a tens of megabytes DirectX installer
in addition to the .NET Framework 2.0 with my 200K program.
My question is: Can I avoid the redistributables when I'm sure that the
user has DirectX 9 already installed? Aren't there only three DLLs
missing then? I know that I can "shrink" the redistributables'
installer's size, but still, it's a lot of overhead.
Can't I just tell some installer script to take these three DLLs to the
right place?
Thx,
Johannes