473,946 Members | 15,370 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# Setup Failure

Hi
I have a Database Application that i am trying to install on the Clients
machine, the application uses three custom Ms access Databases. Those
database i added in the correct folder in the SETUP Project of my
application
However, perhaps due to the size of the Databases (appx 500 mb), or some
other reason when i try to build the SETUP project, it fails, right in the
start giving an ERROR, not enough DISK SPACE to complete this operation.
I even changed the properties of my SETUP project, making it as CAB files
but still the same error
Does anyone know how to distribute databases or large group of files with
applications or this just can't be done
Any help would be greatly appreciated
With Regard
Sunny
Nov 15 '05 #1
6 1446
Well, how much disk space is available on this machine?

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Sunny" <gh**********@y ahoo.com> wrote in message
news:C8******** *************** ***********@mic rosoft.com...
Hi,
I have a Database Application that i am trying to install on the Clients
machine, the application uses three custom Ms access Databases. Those
database i added in the correct folder in the SETUP Project of my
application.
However, perhaps due to the size of the Databases (appx 500 mb), or some
other reason when i try to build the SETUP project, it fails, right in the
start giving an ERROR, not enough DISK SPACE to complete this operation.
I even changed the properties of my SETUP project, making it as CAB files
but still the same error.
Does anyone know how to distribute databases or large group of files with
applications or this just can't be done ?
Any help would be greatly appreciated.
With Regards
Sunny

Nov 15 '05 #2
"Sunny" <gh**********@y ahoo.com> wrote in message
news:C8******** *************** ***********@mic rosoft.com...
Hi,
I have a Database Application that i am trying to install on the Clients
machine, the application uses three custom Ms access Databases. Those
database i added in the correct folder in the SETUP Project of my
application.
However, perhaps due to the size of the Databases (appx 500 mb), or some
other reason when i try to build the SETUP project, it fails, right in the
start giving an ERROR, not enough DISK SPACE to complete this operation.
I even changed the properties of my SETUP project, making it as CAB files
but still the same error.
Does anyone know how to distribute databases or large group of files with
applications or this just can't be done ?
Any help would be greatly appreciated.
With Regards
Sunny


How much free space do you have on your drive?

Erik
Nov 15 '05 #3
Guys I have more than 80 GB free HARD DISK
I have created three FOLDERS on my Setup Project, which i want to be CREATED on the CLIENTS machines and Added the Database (ACCESS) files that i need to be copied to the clients in these folders
IT always used to work before, that is when the ACCESS files were small, like a couple of hundred MBs, but since now the
access files are like 500 MB each, the build SETUP throws an error while just starting
This is so frustrating !!
Any Help will be greatly appreciated

With Regard
Sunn
Nov 15 '05 #4
Guys I have more than 80 GB free HARD DISK
I have created three FOLDERS on my Setup Project, which i want to be CREATED on the CLIENTS machines and Added the Database (ACCESS) files that i need to be copied to the clients in these folders
IT always used to work before, that is when the ACCESS files were small, like a couple of hundred MBs, but since now the
access files are like 500 MB each, the build SETUP throws an error while just starting
This is so frustrating !!
Any Help will be greatly appreciated

With Regard
Sunn

Nov 15 '05 #5
Guys I have more than 80 GB free HARD DISK
I have created three FOLDERS on my Setup Project, which i want to be CREATED on the CLIENTS machines and Added the Database (ACCESS) files that i need to be copied to the clients in these folders
IT always used to work before, that is when the ACCESS files were small, like a couple of hundred MBs, but since now the
access files are like 500 MB each, the build SETUP throws an error while just starting
This is so frustrating !!
Any Help will be greatly appreciated

With Regard
Sunn

Nov 15 '05 #6
If each database is 500 MB, how many databases are there? What file system
is your client using? If your client is using FAT32, it is possible that you
are creating installation files that exceed the file size limitations of
FAT32, but things are fine when you are running it on NTFS.

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Sunny" <gh**********@y ahoo.com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
Guys I have more than 80 GB free HARD DISK.
I have created three FOLDERS on my Setup Project, which i want to be
CREATED on the CLIENTS machines and Added the Database (ACCESS) files that
i need to be copied to the clients in these folders.
IT always used to work before, that is when the ACCESS files were small,
like a couple of hundred MBs, but since now the
access files are like 500 MB each, the build SETUP throws an error while
just starting.
This is so frustrating !!!
Any Help will be greatly appreciated.

With Regards
Sunny

Nov 15 '05 #7

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

Similar topics

3
2642
by: Sunny | last post by:
Hi I have a Database Application that i am trying to create a SETUP for. The application uses three custom Ms access Databases. Those database i added in the correct folder in the SETUP Project of my application However, perhaps due to the size of the Databases (appx 500 mb), or some other reason when i try to build my SETUP project, it fails, right in the start giving an ERROR, not enough DISK SPACE to complete this operation. I even...
0
1166
by: Sunny | last post by:
Hi I have made a Database Application for which i am trying to create a SETUP Project. The application uses three custom Ms access Databases. Those database i added in the correct folder in the SETUP Project of my application However, perhaps due to the size of the Databases (appx 500 mb), or some other reason when i try to build my SETUP project, it fails, right in the start giving an ERROR, not enough DISK SPACE to complete this...
0
1179
by: cig | last post by:
Using VS.Net 2K3 Pro. My development environment is set up with project & source files on a network drive and until a recent server hardware failure followed by a restore/rebuild this worked very well. I now find that the code blows up with the FileIoPermission error when I try to run either the project in debug/release mode from the IDE or the built exe from the network drive. The first time I tried to run a project setup like this...
0
1790
by: bruce | last post by:
ASP.NET app running for about a year with no problem and suddenly this week it's giving error message. The same as the one decribed by another user. Even stranger is that we only have this problem from some web clients (desktop browser, IE) , some other people do not have problems at all from theirs desktop. =============================== I am getting the following message when I try to access the asp.dotnet pages of our website.
1
985
by: Boni | last post by:
Dear all, I am creating custom setup action in VB. So I have a questions: Public Overrides Sub Install(ByVal savedState As IDictionary) has to argument to signal success/failure of the action. How Can I force installer to rollback?
8
2310
by: Balazs Wellisch | last post by:
Has anyone here implemented sessions in a load balanced environment using database storage as a custom session handler? I'd be interested to hear about your experiences. Upsides, downsides, bugs, troubles, security, etc. Thanks, Balazs
0
2670
by: Marty Cruise | last post by:
I successfully deploy my application to 20 domain users. Only one new user is giving me a problem, although he can access all domain resources. When he clicks the installation link on the publish page, Framework 2.0 installs successfully, but then the application installation fails during the "Verifying Application Requirements" process. Can anyone help me figure out how to solve this? Error is as follows. PLATFORM VERSION INFO...
11
3015
by: Rik | last post by:
Hello guys, now that I'm that I'm working on my first major 'open' forms (with uncontrolled users I mean, not a secure backend-interface), I'd like to add a lot of possibilities to check wether certain fields match certain criteria, and inform the user in different ways when the data is wrong (offcourse, this will be checked on posting the data again, but that's something I've got a lot of experience with). Now, offcourse it's...
0
1366
by: Andrus | last post by:
I created .NET 3.5 SP1 Winforms application setup by pressing publish button in VCSE 2008 SP1 Running created setup.exe in same computer causes error below "Reference in the manifest does not match the identity of the downloaded assembly RdlDesigner.exe." and application is not installed. RDLDesigner.exe file is application created using VCSE 2008 How to fix ?
0
10150
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9975
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10679
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
8240
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7403
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6097
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4524
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3525
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.