Windows Installer / Office 2000 Installer
Hi people:
maybe this is not 100% VB, but i hope somebody can give a clue with this one:
i have a laptop with windows 2000 in an NT network. my user is part of the administrators group.
with my user i install a program X.
when i try to run that pogram, the office 2000 professional installer pops-up, asking me for the CD.
any ideas why this sh*** is happening???
thanks!
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Stop Running Windows Installer And Microsot Office 2000
Hi
I have placed a editor ie DHTMlEdit control in my form when i run the form it asks for Microsoft Office 2000 premium cd if i click cancel then it goes in to the form.This happens before the form is about to load.My requirement is anycode to automatically cancel this dialog box but this dialogbox appears before the form load where to insert the code to cancel the dialogbox automatically.I tried to create the Editor control at runtime so that we can trap the error after the formload but in vain iam not able to get the code for creating Editor at runtime..
Any solutions will be appreciated..
Thanks in advance
Annoying Microsoft Office 2000 Installer
I installed Visual Basic 6 on my new computer today. Everytime I start VB, or try to open a project, this annoying Microsoft Office 2000 install thing pops up. I don't have a cd, or even a clue at what it is trying to install. Does anyone else know what the problem is, and if so, then how to fix it? Any help would be great, thanks.
VB Service Using Common Controls 6.0 Starts The Office 2000 Installer
This project uses the NTSVC.OCX to create a Windows 2000 service, and has a treeview and several listviews on different forms. When starting the service from the Services applet, it invokes the Office 2000 installer and attempts to install something.
To confirm that it was the Windows Common Controls 6.0 component, I built a simple app that used the NTSVC.OCX to install a service, and went through each component and reference in my original project. When I put a TreeView, ListView, or ImageCombo on the form, the test app launched the Office 2000 installer also. From previous experience, if I let the installer compelte its job, the problem doesn't occur again, but that's not going to be a valid workaround for the customer I'm making this for.
Has anyone else seen this? Does anyone have any idea of how I can figure out what is being installed from the Office CD, and what I can do to head this problem off at the pass when it is installed on a new server?
On a machine that does not have Office 2000 installed, there is no problem.
If the application is run from the IDE or the command line, there is no problem.
If the service's Log On is set to any user other than the Local System account, there is no problem.
Windows Installer KEEPS Asking For A Microsoft Office Disk
When our software has been installed we try to run it. Every time we get the MSI telling us to insert a disk to finish the install. We can cancel this but it still pops up each time we run the program. Has anyone encountered it before or know how to resolve it?
Microsoft Installer Vs. SetUp Package Deploy Wizard: How To Edit Forms In Installer.
I'm using Installer to put together an installation program for an application. I know in the Setup/Package/Deploy Wizard there was a SetUp.vbp that allowed you to actually change the look of the forms and all that but I cannot find a similar project in Microsoft Installation.
In Microsoft Installation I cannot alter the appearance of the form. (I need to left justify a logo) Where is the project that will allow me to make these changes to the forms the user sees while installing the application.
Like I said, I know where that is in SPD wiz but not for Microsoft Installer.
VB Program Triggers Office Installer
I have a VB Program that has nothing to do with MS Office directly.
If I install it on a Win2K PC (not the Dev machine), then when it starts, it triggers the Windows Installer that says there is an Office 2000 component missing and tries to run an Office Update. If you cancel the update, the program seems to carry on and run happily, but every time you start the program, you get the Office Install prompts.
In the particular environment where I am installing the program this is not just a nuiscance, but fatal. (It has to run as a service, but won't start because of the Windows Installer prompts.)
Does anyone have any clues as to what might cause this behaviour?
I suspect a DLL version, but the only files I am distributing and installing are (with file dates):
REGOBJ.DLL (June 1997)
NTSVC.ocx (April 1998)
mswinsck.ocx (Dec 2000)
Visual Basic Application And Office Installer
Hi this problem is driving me crazy!!!
I used inno to distribute a visual basic application. I included the vb
runtime files and MDAC, but when I run the installed software in some
machines the Office Installer pops up. I´m using an excel function (linear
aproximation) in the proyect, can it be the problem?? which file do I have
to add to the package??
lots of thanks,
Jorge.
VB Installer (Visual Studio Installer) -Adding File
Hi,
I created my installation package using VB installer.
How to add our company webiste link as menu option in ProgramFiles, just below the shortcut to invoke our application.
I want to have the final links (shortcuts) after running setup on client machine as follows:
ProgramFIles -> OurProject.exe ( this is done automatically)
-> Visit our website ( Should open IE with our website. How to implement this in the VB installation package).
Thanks in advance,
Jagan
Better Installer??? Installshield/Wise Installer
Hey fellas,
Which of the mentioned installers do you people think is the better one???
Which one would be appropriate for me (I develop both database driven applications as well as system utilities.)
Plus, should one go for Windows Installer based install systems???
Thanks,
Creating An MSI Installer - Advanced Installer?
Hi,
I have an application that needs some of the VB6 runtime files (not surprisingly), and some other components (OCX/DLL etc). The full list is as follows:
asycfilt.dll
COMCAT.DLL
dao360.dll
msado25.tlb
MSCAL.OCX
mschrt20.ocx
mscomctl.ocx
MSHFLXGD.OCX
MSSTDFMT.DLL
msvbvm60.dll
MSWINSCK.OCX
MSWORD8.OLB
oleaut32.dll
olepro32.dll
RICHED32.DLL
Richtx32.ocx
stdole2.tlb
VB6STKIT.DLL
I used the ‘Package and Deployment Wizard’ to generate the list of dependencies above and a setup file (along with the associated CAB file and Setup.lst). The setup file seems to work OK (registering the components and installing the application) but I have been asked to make the installer MSI based, so that it can be installed via Active Directory.
So far, the easiest (and possibly cheapest) way of creating an MSI is to use a trial version of ‘Advanced Installer’ by Caphyon. Does anyone have any experience using this package?
I have had a look at ‘Visual Studio Installer’ but I feel completely out of my depth with it – I wouldn’t know where to start. It would be easier if I could tell Visual Studio Installer to convert my setup files from Package and Deployment Wizard to an MSI, but is that possible?
Looking at ‘Advanced Installer’ it seems I need to copy the files to the System32 folder and then set them to ‘autoregister’ – however Caphyon say:
Quote:The self registration method of registering components has many drawbacks (like not being able to roll back the changes if something fails later in the install) and it is against Microsoft guidelines. The preferred way to register a component is to install all its registry keys separately. You can author them in the Registry page.
It seems odd that ‘Advanced Installer’ has no System32 folder by default (but it has a System, System 16 and System 64 option). Also I’m not sure if the auto register will work with tlb or olb files (how should you treat these file types?).
Sorry if this post is a bit rambling – I think I’ll also post about it on the Caphyon website, but I was just wondering if anyone had used ‘Advanced Installer’ or if there was an alternative (but easy) way to create an MSI.
Thanks
Edited by - MegaFelix on 11/3/2005 7:35:11 AM
Windows Installer
hi
i want to package my database creating script and vb program using windows installer
which version should i download for this or can i use it in xp
my os is xp professional
help
any other recommendations are also welcome
Windows Installer Needs To Die
Hello,
I maintain a pretty beefy VB 6 program for switching between different versions of a third-party software program. It is pretty registry dependent. It is deployed in its single EXE form. It does not use an installer.
On some (but not all) target machines, when it lauches it also decides to launch the lovely Windows Installer because it is looking for some oddball component. I looked it up on annoyances.org and it basically said it's a BUG. Great. Just great.
My question is, what is the deal? If the app was bundled with an installer like trusty Inno Setup, would that resolve the issue? Have you seen this before?
Thanks in advance!
Windows Installer
Hello, I'm starting programming in VB6 a few weeks and need a little (or should I say huge ) help:
The Program needs:
- Know when a program is install or uninstalled, when this happens he call another program that send information about the installed/uninstalled program to a server;
-The Problem: I don't know how to monitor an windows installer event, tried use WMI but don't be sure what class to call, tried a few but din't really know what to search... anyway, my boss then says to try using SHChangeNotify function, but for starts I could even understand how to make that thing work
Anyway, anyone has make something like that and can give a few tips on how I can make the thing works?
Thanks in advanced (and sorry my bad english)
Windows Installer
Hey all,
I have come across a really wierd bug reported by a customer (unrecreatable by me). They claim that during the course of running my app (written in VB6), a Windows Installer box will pop up and just hang there. The app it claims to be installing varies but I've seen several different ones mentioned (Peachtree Accounting Software, Outlook 2003, and McAfee). The operating system being used is either Windows 2000 or Windows XP. The user can get around it by clicking cancel but the box pops up about 40 times before it gives up and then the program proceeds normally but it's really annoying. The bug seems to be unprovoked as the point at which it happens is fairly innocuous code.
Anyone ever seen this before?
Thanks
VB And Windows Installer.
Guys,
Some one should really help me out.
I have VB Prof. Edition installed on an WIN XP PC. In the VB appliaction I am developing I am tring to refer to a component
(MSPVWCTL.OCX) for displaying images (.TIFF Files). At his instance the Windows Installer Opens up and shows a message
Preparing to Install and it never ends. Even If I try to cancel nothing works out.
Any Solutions????????????????????????
Is it the wrong edition of VB or any upgrades required?
The component is in C:Program FilesCommonFilesMicrosoft SharedMSPAPER
Cheers,
Venkrishna
Windows Installer 2.0
Hi all!
Anyone knows a good web site with info (FOR VB Projects) better than the microsoft's page?
e.g. How to build updates of my app (qith new ocx, whithout building a new msi?
Thanks.
Windows Installer
I need to learn to how to create a windows installer.
I found a program called install construct <avliable at downloads.com> but it cost $200 to resgister (and I'm poor). It seems to be programed in VB (I think ). I also found some books on this site that say they can explain how to make a windows installer for your program. They also cost money.
Any one have any suggestions on how I can learn to make a windows installer program for my prog without paying money?
Windows Installer
I've created a setup using the Package & Deployment Wizard. The exe's are on our app server and not a part of the install so I don't want to use the Windows Installer.
Forms that have certain controls like the newest version of the treeview (v 6.0) for some reason launch a Windows Installer when the user opens the form. If you hit cancel repeatedly, it runs without the additional installation. With older controls, it doesn't do this, but I want the new ones. Similar behavior occurs with controls like a statusbar. I didn't use the Windows Installer but Windows must think that certain controls have an msi that needs to be run?? How do I stop the invoking of the Windows Installer for these newer controls? Thanks a million if anyone has the answer.
Vb6, Enterprise
Windows Installer
I wonder, can i use Thw Windows Installer for my VB app?
If so how? is it only to download it and use it?
Windows Installer
Hey I was wondering where I could get the Windows Installer. I have Visual Studio 6, and VB only comes with the Package & Deployment setup system. Can anyone help me out? Thanks.
Windows Installer
Is it possible to use Windows Installation instead of VB Setup Wizard to create an application with VB5? If so, how can I use Windows Installer? Do I Have to download a file, where, what it is? How do I use it...
Windows Installer
Does somebody know how to use the Windows Installer that is used for example MS Office 2000? It is very cool, and I have other distibutions than MS use the installer.
It is also detailed described in the Windows 2000 help file, so maybe there is something about it...
Please advice me...
Windows Installer
I have tried unsuccessfully to use the new Installer a number of times , formated hard disk and started again , downloaded new version 1.1 and still get the same problem.
When I make an application using the Data Control , access a Acces 97 Database in design mode and compile and exe then use Installer to put onto another machine I get this message on startup ,
Class not registered etc.
The form shows with all the controls , msjet35 is installed but I cannot see or use the data.
Please , does anyone know what could be the problem ??????
Regards,
Trevor
Windows Installer
Does anyone know of any sites that have help for the new Windows Installer.
I get as far as using the Associations to register my project but can't seem to follow their help ( bit thick i am )
The project loads and comes up with error message ;
Class not registered.
Looking for object with CLSID:{000000 etc }
I displayed Associations , Added Com Object then typed in the CLSID number that was showing in the error and no luck.
I tried a small project with 2 Text boxes , Data Control and still get the exact same error messages.
Can anyone help or know where there might be good articles etc.
Thanks
Trevor
Windows Installer
does anyone have windows Installer? I downloaded the evaluation version. If someone has it, could I please send you the file and can you make the setup files? please!!!!!!!!!!!!!!!!!!!!!
Using Windows Installer With VB 6
Hi everybody
application deployment is difficult with whatever tools given in vb6. I want to switch to windows Installer can anybody help me with example. Following things I want to do with the installer
1. copy the files to the desired location
2. register the dlls and ocx files (vb files as well as other files)
3. running applications (ex. ms data access component)
4. running my own vb application (for registration purpose)
5. un-installing whatever installed to the maximum extent possible.
with thanks in advance and 4
HSN Murthy
Windows Installer And VB6
Somehow I have upgraded or installed something to cause Windows Installer t
start up each and every time I execute VB6 (SP5).=A0 Also when opening form the
installer shows its dialog.=A0 Does anyone know why this might be?=A0 I hav used
this machine and VB6 on it for over a year previously without problems. I
did check add in manager, didn't help, might be VisData since it gets loade
too. How can I remove VisData from the Add-In menu?
Thanks Mike
Windows Installer
Playing with Component Services (MTS's Child) under Windows 2000 I found out that it produces *msi file, which can be used as let's say Setup.exe on computer where Windows Installer was intalled. I installed Windows Installer on Windows 98 and tried to run *.msi file. I received the message saying that it can be used only on Windows 2000. Does it mean, that COM+ application cannot be used anywhere except Windows 2000? In other words does it mean that untill all the computers in a company use windows 2000, development computer has to use Windows NT 4.0 to be able to produce *.exe file for client machine to allow to use DCOM under MTS?
One more question: Is Windows Installer used by Microsoft just for installations of system components or it has additional features which allow to use it instead of PDW or InstallShield?
Thank you.
Vlad
Windows Installer
I have tried unsuccessfully to use the new Installer a number of times , formated hard disk and started again , downloaded new version 1.1 and still get the same problem.
When I make an application using the Data Control , access a Acces 97 Database in design mode and compile and exe then use Installer to put onto another machine I get this message on startup ,
Class not registered etc.
The form shows with all the controls , msjet35 is installed but I cannot see or use the data.
Please , does anyone know what could be the problem ??????
Regards,
Trevor
VB Is Opening 5+ Windows Installer Windows On Execution / Usage
This problem started quite a while ago and I have not been able to fix it.
When I open Visual Basic 6, as it is loading, a Windows Installer window appears, then dissapears several seconds later. When it's gone another one appears and so on about 5 times. This makes opening VB take about 45 seconds as opposed to 1.5!
It also frequently does it when opening projects / forms in projects etc.
I have tried everything I can think of to fix it, including total uninstall of VB and reinstall. I have reloaded windows over the top of my previous installation and still it persists.
Does anyone have any ideas? Bearing in mind that I do not want to erase & reinstall windows.
My System Specs:
AMD Athlon 1400.
256 DDR
30gb
(why you'd need to know any of that I'm not sure...
Windows XP Pro
Visual Studio 6 Pro (Normal Install)
MSDN July 99 (Normal Install)
Windows Installer Pops Up
Hello,
I created a software that uses 3rd party company installer. My software does not need windows installer at all. Despite this, on some computers after the installtion is finished and the user tries to run the software Windows Installer pos up and not let the software run.
What can be the problem?
Thank you,
Yoni.
Manipulating Windows Installer In VB6
Hi to all,
Is there any way that I can be able to programatically control or used the Windows Installer in VB6? Does the Windows Installer expose an object model that can be called within VB6?
I am trying to create a program that can author a windows installer. If I create my own installer authoring program that would take alot of study and of course, not to mention, time itself. I am asking if it is possible to control the windows installer in vb6.
Any ideas on this problem?
Thanks and god bless.
Windows Installer Resiliency
Hi to all, i have a little problem with resiliency feature of Windows installer.
In short, i'd like choose what kind of files must be resilient because my app works with some unversioned files that i want want to be resilient.
I read a loto of mdsn documents and finally i have found this: http://support.microsoft.com/kb/290997/en-us in wich it says:
Quote:
If You Do Not Want Resiliency for a File
If you do not want a file to be resilient, you can leave the KeyPath information off of a component. This causes the file not to be resilient. Microsoft does not recommend that you do this. If you leave the KeyPath information off of a component, you cannot advertise that component. Advertising uses the KeyPath information of a component to activate the installation of the advertised component. The Windows Logo specification states that a package must be able to be advertised to meet the specification standards. Instead of leaving the KeyPath information off of a component, Microsoft recommends that you use a component with multiple files. The KeyPath information for that component can then point to a file to which resiliency can be applied.
After this reading i deleted KeyPath field form my msi package and i tried to install the app. After the installation i have renamed some files to test if i have really disabled resiliency for those and i saw that WI runs and copy original file included in the package in my folder app...
Anyone can help me to disable resiliency?
Because deleting KeyPAth it not recomended from Microsoft, what means
Quote:
Microsoft recommends that you use a component with multiple files. The KeyPath information for that component can then point to a file to which resiliency can be applied.
How can i apply that suggestion?
Thanks in advance!
Automating Windows Installer
Hi
I would like to write a VB6 program that would automate installation of several programs. They have Installshield or windows installer SETUP files.
I have two questions. Not looking for code but just want a hint in the right direction.
1. I know how to run the setup file but how Do I tell vb to wait till the first install is over before running another setup file?
2. I think the answer to this one is NO but is there a way to have vb run through an installation wizard (installshiled) and automatically accept defaults?
Thank you.
Windows Installer Popping Up
Hello!
Yesterday I've unistalled some programs that I don't use anymore. The problem is that now, every time I use VB and switch from "View Code" to the visual form, the "Windows Installer" window pops up requesting to install "ActiveSky Graphics 6" (Flight Simulator addon).
I had some similar problems a long time ago but don't remember how I solved it (guess it was a .reg file). It seems that it is caused by some problems on the components registration. What can I do to solve this problem (I've already ran the Windows Installer Cleanup utility, but no success)?
Thanks in advance,
Fergo
Windows Installer Popping Up
I would like to use my program and install on others computers but when I compile my software, a form through Microsoft Windows pops up and wants to install something. It displays:
Windows Installer - Preparing to install.
Then...
Please wait while Windows configures Microsoft Office 2000 SR-1 Premium
Then it asks me to insert the disk. This pops up like 3 or 4 times before I can run the software and all I do is cancel all this and everything works perfectly.
Is there anything I can do so that this will stop popping up on my computer and other's when they install this software I have coded?
Thanks for any help or advice you can give.
GFolz
Wierdness With Windows Installer Vs VB5 App
Your advice and sage council is requested....
I first saw this problem about 18months ago....
Install a VB5 app....using the standard "Application setup Wizard" setup.... everything goes fine.
Try to run the app.... and Windows Installer Pops up wanting to install some file or other.... but the installer window was titled "Microsoft Picture Gallery". If you inserted the MS Picture Gallery CD then WI would install whatever file, and once finished the app would then run. However the next time (and every time) you tried to run the app, WI came up again, installed the same file, and then (and only then) the app ran
Finally tracked it down to CD 2... once this was uninstalled the problem went away... and we've not seen it since... UNTIL NOW!
Exactly the same problem, but this time it looks like the "Dell Picture Studio" is doing exactly the same thing. It's a new Dell machine (running XP) and the user doesn't seem to be able to uninstall the Dell App.
Any Ideas???? Cause / Solution?
Cheers Guys
Windows Installer Keeps Coming Up
I had trouble interfacing Access 2000 with VB5.0 so uninstalled 2000 and loaded 97 back up and works fine. But, now every time I try to go into Office 97, word or internet explorer the Windows installer keeps coming up trying to install the newer version. How to turn this off?
Wise For Windows Installer?
Hi,
I am using Wise for Windows Installer, to make my installations.
The problem that I am facing is related to creating a shortcut to the uninstall of the installed application. I am unable to create a shortcut to uninstall my application.
Can any one help?
Thanks.
Windows Installer Question
Hello !
I have a question regarding the Microsoft Visual Studio Installer.
How can specify that the installed program should add a
shortcut to the menu Start - > Programs -> My app ???
thanks!
Windows Installer Question
Guys,
I am trying to reference an OCX file into my VB application. When I select the OCX file from Project > Components Menu, the windows installer opens up.... and hangs for ever.
Cancelling also does the same.
any solutions?
Cheers,
venkrishna
Wise For Windows Installer
morning all,
need some input from those of you using wise for windows installer.
This is what I am trying to do.
Make a ServerSetup file that has a Workstation setup file inside it.
Te ServerSetup file installs the exe's, db's, reports, helpfile, and
the Workstation setup file onto the server. After that, the person
that installs, run the Workstation setup file on all the clients.
So far so good.
now, I want the Workstation Setup to install the shortcuts and
setup the dbpaths and so on. In order to do this, I need to know
where the Workstation Setup file is run from. I need a variable
that tells me the path of the Workstation Setup exe or msi.
hope I explained this so that you understand what I'm trying to
do
if not ask, and I'll elaborate on the subject
thanks
Windows Installer Question
I use the Microsoft Windows Installer 1.1 to generate a instalation pack of my aplication but i need, before the instalation, run a VB program that loads the table definition in the database.
There are any option to run this program automaticaly in the instalation pack whith the windows installer?
Windows Installer Error
I have created VB application package using Package and Deployment Wizard on Win 2000 operating system.
This package is giving following error while my client installing on XP operating system machine.
“Windows Installer
This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package.”
Please help me. This very urgent.
Thanks,
Kumar
|