C# Setup Creation Failure

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

Guest

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 changed the properties of my SETUP project, making it as CAB files and defining max capacity of 600 mb each
but still the same error
Does anyone know how to create Large Setups i.e. 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
 
500 x 3 tends to be more than 600. This is your problem. Can you not use
Inno to compile it to a single exe?

Sunny said:
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 changed the properties of my SETUP project, making it as CAB files
and defining max capacity of 600 mb each.
 
Hi,
See the total size of the files would be appx 1600 mb before the setup is build, but since i used the CAB files max size of 600mb, i think is the right option since i need to distribute the setup on CDs
I even tried using the single unlimited sized setup file but that does not work either

Any suggestion
With Regard
Sunn
 
Back
Top