ugh. I still need that retro-search engine. I'm trying to look up how to set up a windows service, and I google it hoping the result will be somewhat applicable for NT4
NOPE! it tells me to run an NT app
ugh. I still need that retro-search engine. I'm trying to look up how to set up a windows service, and I google it hoping the result will be somewhat applicable for NT4
NOPE! it tells me to run an NT app
or I could use powershell!
on NT4!
this does seem to be the answer, btw: https://learn.microsoft.com/en-us/troubleshoot/windows-client/deployment/create-user-defined-service
why does the NT4 SDK have a sample about how to apply ACLs to your floppy drives?
I grabbed the NT4 SDK instead of the NT4 Resource Kit, not to be confused with the NT4 DDK.
confusing
now onto the next step, the thing where the answer to "how do I do this?" is "don't do that".
I have to extract the registration of some COM objects from a windows registry so I can figure out how to re-register them elsewhere
you, rightly, should never ever do this.
you should instead use the installer that registers them in the first place.
but I don't have the installer. it's possible the installer doesn't exist anymore in this plane of existence, and unless I find a time machine to 1997, I won't be able to get the installer.
so I gotta extract the registration from the existing machine
@jonathon @StompyRobot sadly not. it's doing some weird mix of 32bit and 16bit and using EXEs instead of DLLs so nope
@StompyRobot @foone If all the installer did was register the COM components, I'd expect regsvr32 to do what you need-- maybe with /i to call DllInstall (but whether you need that or not is going to vary from component to component-- try without first).
If there's other stuff the installer did than just copy DLLs and register them, that's going to be tricker, obviously.
@foone don't most com components support self registration by invoking them on the command line with the /register option?
Or maybe that was regsvr32?
It's been too long :-)
076萌SNS is a social network, courtesy of 076. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All 076萌SNS content and data are available under the Creative Commons Attribution 3.0 license.