C# Deployment Issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
Sunn
 
You can try packaging files as loose. I'm a little concerned that won't
actually solve it.

---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: C# Deployment Issue
thread-index: AcP2YaIyMt/klqwMTY2jju2I8+mTXw==
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
From: "=?Utf-8?B?U3Vubnk=?=" <[email protected]>
Subject: C# Deployment Issue
Date: Wed, 18 Feb 2004 12:56:09 -0800
Lines: 10
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.languages.csharp
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.csharp:221835
NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

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
 
Back
Top