I really need your help. I tried everything but the result is always the same, nothing. Please advise.
I am trying in my application to launch Microsoft Excel with specific arguments (ie. additional xla & xll).
I am trying t开发者_开发技巧o make a application that can change registry values. I Can Change registry Values well but problem is need a restart to get it`s effect. I want to do it without restart.
I have a small Delphi application that writes a key to the LOCAL_MACHINE registry. When I run it on Windows 7 professional with user that has administrator privileges it fails to write the value, but
I need to make a batch or a VBScript, which uninstalls every versions of Mozilla Firefox. In the registry there is a key:
I have written a C# program that is to interface with Catia v5.18开发者_开发知识库 via OLE/COM. It is going to be a common case where the machine the program is ran on will have multiple versions of C
I have a Java program which needs to be a startup program that runs as administrator. It seems that cannot be done without making it a service. I have tried using HKLM\\SYSTEM\\CurrentControlSet\\Serv
I have an inte开发者_如何学运维rface IDataStream and different implementations of it (i.E. DataStream<T>).
I just wanna do something like this (defun my-fun (reg-path) "reads the value from the given Windows registry path."
How do I make an NSIS installer check if the user has the XNA and .NET framew开发者_如何学Goorks installed, and install them if they aren\'t? (I\'d rather not have it add extra prompt boxes appear, on