473,320 Members | 1,946 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,320 software developers and data experts.

error: whlie making setup file

7
I have choosed wise installation system 9.0 for making setup file of my vb6 application


It is giving following error while creating setup

" the following dependency files are referenced in the project file but cannot be located on your computer.If files are located in different directory you can copy into system or system32 directory."

in check boxes following dependency files it is showing

conf.dep
controldprj.dep
crviewer9.dep
crystl32.dep
mshflxgd.dep
scpbuttons.dep


I have searched in my system none of the above files are found where can i get these and how to fix this problem. help me.
Dec 10 '07 #1
10 3146
debasisdas
8,127 Expert 4TB
Try once to use inbuild package and deployment wizard of Visual Studio.
Dec 10 '07 #2
mrkcse
7
If i use inbuilt P & D it is making setup despite it showed warnings that some dlls are in use and cannot copy in system32 folder i ignred those.

after installing setup file when we access reports it is giving

runtime error

Runtime error : 2147206460 (80043ac4)
Invalid directory
details : error

why it is giving this error.
Dec 10 '07 #3
debasisdas
8,127 Expert 4TB
If the required files will not be copied how the application willl run.
When you are using P & D wizard close all other running application even VB.
run only the wizard .
Dec 10 '07 #4
mrkcse
7
Iam running only P & D wizard while making setup. Eventhen it is showing the same warnings
Dec 10 '07 #5
lotus18
866 512MB
Iam running only P & D wizard while making setup. Eventhen it is showing the same warnings
Hi

Try to locate the processes in task manager and then end that process that uses that .dll. I don't think that this it's a better idea. Please be careful enough.

Rey Sean
Dec 10 '07 #6
mrkcse
7
ok i will try that way , but even i have tried to create setup using inno setup after setup when we access reports it is giving runtime error as i mentioned earlier as

Runtime error : 2147206460 (80043ac4)
Invalid directory
details : error


how can i fix it.
Dec 10 '07 #7
lotus18
866 512MB
ok i will try that way , but even i have tried to create setup using inno setup after setup when we access reports it is giving runtime error as i mentioned earlier as

Runtime error : 2147206460 (80043ac4)
Invalid directory
details : error


how can i fix it.
When using inno setup, you should also copy all the references of your application (.dll's, .ocx's, .jpg., etc)

For example, if your file.ocx is located at win32 of windows directory, the destination directory must be also in windows (win32) directory

Expand|Select|Wrap|Line Numbers
  1. [Files]
  2. Source: "{win}\win32\file.ocx"; DestDir: "{win}\win32\"
Rey Sean
Dec 10 '07 #8
debasisdas
8,127 Expert 4TB
I think you have stored / referring some files in a particular directory which is missing at the time of creating the package. Take special care to ensure the files are added to the proper directory only.
Dec 10 '07 #9
mrkcse
7
this is the inno script file of my application

Source: "C:\Documents and Settings\Administrator\My Documents\Rama Krishna\ramakrishna\Support\crviewer9.dll"; DestDir: "{app}"; Flags: ignoreversion

what does this {app} means? is it the same path of the source?
Dec 10 '07 #10
lotus18
866 512MB
this is the inno script file of my application

Source: "C:\Documents and Settings\Administrator\My Documents\Rama Krishna\ramakrishna\Support\crviewer9.dll"; DestDir: "{app}"; Flags: ignoreversion

what does this {app} means? is it the same path of the source?
Hi

{app} means the application path.
DestDir - destination directory

Better check for the path components/references of your crviewer9.dll. The destination path should be the same as the path of your components if you install it to another PC.

Rey Sean
Dec 10 '07 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Wayno | last post by:
My php logs are coming up empty. I have done all I can think of, and all that made sense to me. Can someone take a look at my php.ini please and tell me what you think may be the problem. I...
1
by: Bryan Masephol | last post by:
Hi All I have a OleDbConnection as the "connection" below. I'm retriving a dataset from an access 2002 db and displaying it in a DataGrid. I'm making the connection to my access db file with...
6
by: ST | last post by:
Hi, I keep getting the parser error, and I have no idea why. I've tried a number of things including: 1)building/rebuilding about 100x 2)making sure all dll's are in the bin folder in the root...
4
by: coosa | last post by:
Hi, I was installing SQL Server on my machine and during installation my PC freezed. It happens frequently on my machine. So i tried after restarting to install it again and since then i always...
0
by: sheridans | last post by:
I have setup a Web Setup Project to my Solution by going to Add New Project => Setup and Deployment => Web Setup Project. Everything builds correctly and I get a working Setup.exe and .msi file. ...
3
by: Jay | last post by:
I created a website in Visual studio 2005. I did a build and I can browse it on my local box. http://localhost/gpweb/gpkey.aspx When I try to access it on a remote box, it doesn't work....
0
by: Laxmikumar | last post by:
Iam new to web services, Iam using net beans-5.5.1 IDE whlie deploying the web service application the following error is occured. can anyone help me..??? please. init: deps-module-jar:...
3
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi all! I am having problems on installing .NET Framework 3.5 on some machines. In one machine the error is: '.NET Framework 3.5' RunCheck result: Install Needed Verifying file integrity of...
10
by: happyse27 | last post by:
Hi All, I got this apache errors(see section A1 and A2 below) when I used a html(see section b below) to activate acctman.pl(see section c below). Section D below is part of the configuration...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.