| Thread | Last Post | Replies |
|
| Registering DLL | 31 Dec 2005 15:09 GMT | 5 |
How can I register a .dll inside a VB installation program? Is there a call to do this or do I just do an exec on the proper command line statement? Thanks for your input. Jean
|
| Calling a MSI from another MSI | 20 Dec 2005 13:51 GMT | 6 |
I am not much experienced with windows installer. I am trying to create a setup using Visual Studio.NET, which as you know uses windows installer. What I want to do is install my application as well as run another MSI based installation.
|
| Interface not registered message. | 19 Dec 2005 23:22 GMT | 1 |
I am trying to deploy an application but when I build it in Release mode, I get the message: "Could not find file '<pathname>\appname.exe' Interface not registered". It works fine in Debug mode, just not in Release mode.
|
| Unable to click data combo list | 19 Dec 2005 19:06 GMT | 1 |
I have a DataCombo bound to a recordset in VB6 and the list field is displaying OK. I can scroll up and down and enter text. However when I compile it and run the exe the following happens - if I hide the form and go
|
| Deploying a service created with vb.net 2003 | 16 Dec 2005 21:34 GMT | 1 |
I have created a service using vb.net 2003 but I can't seem to get the installer for it to register my prog as a service. If I register manually using InstallUtil.exe it works great. I tried manually creating the setup project and tried using the wizard.
|
| Unexpected error; quitting | 15 Dec 2005 15:35 GMT | 2 |
My name is José Enrique and I'm programming with Visual Basic 6.0 SP5. I have a program I'm installing in several PC with XP. In some pcs the program works well but I have two pcs where it appears the following message: "Unexpected error; quitting" when I try to run the program. I ...
|
| metafiles in resources | 12 Dec 2005 12:39 GMT | 1 |
How do I retrieve a metafile from a resource (my.resources.xxx) and make it into a metafile or image object? I note that, although metafile is included in the image class, it is not on the iDE list for types to add to image reources, but does add as a file)
|
| URGENT!!! Help - Unexpected error; quitting | 12 Dec 2005 09:43 GMT | 1 |
My name is José Enrique and I'm programming with Visual Basic 6.0 SP5. I have a program I'm installing in several PC with XP. In some pcs the program works well but I have two pcs where it appears the following message: "Unexpected error; quitting" when I try to run the program. I ...
|
| Version conflicts? | 10 Dec 2005 18:21 GMT | 1 |
I want to develop a fairly simple application on a Win 98 machine using VB5 (I'm behind the times, I know). If the app is installed on a Win 2K or XP machine should it run OK and/or damage or "downgrade" any system files on the newer machines?
|