473,408 Members | 1,861 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Launching VB invokes Installshield

This has happened numerous times in the past and I never can pinpoint what
caused it.
It has to do with Installshield (either a failed software removal or
installation).

When a source code is opened, or VB is launched, the Installshield dialog
comes up
as of it is trying to install a software. It will then err out with a dialog
"The feature you are trying to use is on a CD Rom or other removable
media..Insert
Installshield disk..etc." when you cancel it comes up with "Error 1706: No
valid
source can be found for product Installshield Express.." If you hit cancel
again,
it may take two or three times but eventually VB loads. Running any source
code
may also bring up this dialog..

No one seems to have experienced this weird happening...
Jun 27 '08 #1
4 2470
Raoul Watson wrote:
This has happened numerous times in the past and I never can pinpoint
what caused it. It has to do with Installshield (either a failed
software removal or installation).

When a source code is opened, or VB is launched, the Installshield
dialog comes up as of it is trying to install a software. It will
then err out with a dialog "The feature you are trying to use is on a
CD Rom or other removable media..Insert Installshield disk..etc."
when you cancel it comes up with "Error 1706: No valid source can be
found for product Installshield Express.." If you hit cancel again,
it may take two or three times but eventually VB loads. Running any
source code may also bring up this dialog..

No one seems to have experienced this weird happening...
As you said, this is normally due to a broken install, and is often
triggered by using the custom controls.

Have a look for the "MSI cleanup utility" and remove the errant install
form the list.

--
Dean Earley (de*********@icode.co.uk)
i-Catcher Development Team

iCode Systems
Jun 27 '08 #2

"Dean Earley" <de*********@icode.co.ukwrote in message
news:48**********************@news.zen.co.uk...
Raoul Watson wrote:
>This has happened numerous times in the past and I never can pinpoint
what caused it. It has to do with Installshield (either a failed
software removal or installation).

When a source code is opened, or VB is launched, the Installshield
dialog comes up as of it is trying to install a software. It will
then err out with a dialog "The feature you are trying to use is on a
CD Rom or other removable media..Insert Installshield disk..etc."
when you cancel it comes up with "Error 1706: No valid source can be
found for product Installshield Express.." If you hit cancel again, it
may take two or three times but eventually VB loads. Running any
source code may also bring up this dialog..

No one seems to have experienced this weird happening...

As you said, this is normally due to a broken install, and is often
triggered by using the custom controls.

Have a look for the "MSI cleanup utility" and remove the errant install
form the list.

--
Dean Earley (de*********@icode.co.uk)
i-Catcher Development Team

iCode Systems
Thanks Dean.. I appreciate your advice.
I have looked at this utility but got scared because i don't remember half
the things on my PC... didn't want to get rid of something I need.

I was hoping they would make a version that will scan failed installs in the
regitry 9sopme sort of cross referencer)
Jun 27 '08 #3
Raoul Watson wrote:
"Dean Earley" <de*********@icode.co.ukwrote in message
news:48**********************@news.zen.co.uk...
>Raoul Watson wrote:
>>This has happened numerous times in the past and I never can pinpoint
what caused it. It has to do with Installshield (either a failed
software removal or installation).

When a source code is opened, or VB is launched, the Installshield
dialog comes up as of it is trying to install a software. It will
then err out with a dialog "The feature you are trying to use is on a
CD Rom or other removable media..Insert Installshield disk..etc."
when you cancel it comes up with "Error 1706: No valid source can be
found for product Installshield Express.." If you hit cancel again, it
may take two or three times but eventually VB loads. Running any
source code may also bring up this dialog..

No one seems to have experienced this weird happening...
As you said, this is normally due to a broken install, and is often
triggered by using the custom controls.

Have a look for the "MSI cleanup utility" and remove the errant install
form the list.

--
Dean Earley (de*********@icode.co.uk)
i-Catcher Development Team

iCode Systems

Thanks Dean.. I appreciate your advice.
I have looked at this utility but got scared because i don't remember half
the things on my PC... didn't want to get rid of something I need.

I was hoping they would make a version that will scan failed installs in the
regitry 9sopme sort of cross referencer)
Surely you know what you use?
Normally, the culprit app is the one listed on the "please insert disk"
dialog, in this case, InstallSheild?

You can always reinstall later.

--
Dean Earley (de*********@icode.co.uk)
i-Catcher Development Team

iCode Systems
Jun 27 '08 #4

"Dean Earley" <de*********@icode.co.ukwrote in message
news:48***********************@news.zen.co.uk...

...<snip>
>
You can always reinstall later.

--
Dean Earley (de*********@icode.co.uk)
i-Catcher Development Team

iCode Systems
You are absolutely right.

I'll knock 'em off one at a time starting with the most recent installs and
removals (my previous experience indicated InstallShield Express is just
invoked but the failed app is another one)
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: sonomaenterprises | last post by:
I have a VB.Net application that I am trying to build an installation package via InstallShield Express 5.0. I go through the new VB.NET Wizard and it collects my info and tells me that it is...
1
by: Peter | last post by:
Hallo, my application depends on others (libraries + a service), so I wrote a custom installer action for my MSI setup project that tries to install all dependencies. Unfortunately, one of them...
2
by: Donald | last post by:
Hi! Can I use the InstallShield to build an installer to deploy an OCX control that I have created? If so, how? Does anyone know any links to this kind of information. I have Visual Studio 6...
3
by: Agent86 | last post by:
I have created install packages for my ade on mssql installation as a windows installer package in installshield and it all works fine except; 1. I want to determine whether Access 2002 is...
4
by: m11533 | last post by:
I am writing a fairly complex application in c# and Visual Studio .Net 2003. Right now I am working on a simple console application (to be launched in the future from a service) that receives...
2
by: Ben Taylor | last post by:
Hi, I have got InstallShield with VC++, and I would like to use it to create a setup for various types of project, e.g. a game, activeX control, etc. However the project wizard only allows you to...
0
by: Corobori | last post by:
Hi, I am having some problems using InstallShield Express to create a patch for my application, a Windows vb.net project. If you have some experience in that area and some spare time I would...
1
by: Mike McCann | last post by:
I have a strong named assembly (.dll) and I need it for com interop. Works on the local machine fine XPSP2. Want to build an install. Put the dll in the GAC and a target local folder, then took...
7
by: Gui | last post by:
Hi folks, I have unpacked an all-in-one exe produced by InstallShield. I've made the necessary changes and now I'm ready to repack the files. How can I do that? Which program should I use? ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.