Visual Studio Installer Error, solution update failed... 
Author Message
 Visual Studio Installer Error, solution update failed...

Hello.

I am trying to deploy a package, but I need to use 1.44 diskettes, when I
select this option the solution update fails.  I get 2 errors:

1.  Error while processing the following file:
C:...\common\tools\VSinst\BuildRes\InstMsiW.exe. The disk is full.
2.  Error while processing the following file:
C:...\common\tools\VSinst\BuildRes\InstMsiA.exe. The disk is full.

When I change the option away from making 1.44 disks the error is gone, and
the solution succeeds.  I am sure other people are deploying to disks, any
suggestions?

Thank you.

--
Mac S. Speed
Electronics International Inc.
63296 Powell Butte Highway
Bend, OR  97701
(541) 318-6060
Fax: (541) 318-7575



Wed, 18 Jun 2003 01:25:43 GMT  
 Visual Studio Installer Error, solution update failed...
I guess I found out what was going on....

High Capacity Media Required When Including Microsoft Windows Bootstrap
Loader in Installer Packages
Creating installer packages with the Microsoft? Windows? installer bootstrap
loader for distribution on 3.5-inch disks is not supported in Visual Studio
Installer. The Windows Installer self-installing .exe files included with
the bootstrap loader are too large to fit on 3.5-inch disks. If you create
an installer that includes the bootstrap loader and select 3.5-inch disks as
the distribution media, Visual Studio Installer will display a "Disk is
full" error message when you build the installer project.

To create an installer package that includes the bootstrap loader, you must
package and distribute it on a higher-capacity media than provided with
3.5-inch disks- example, a CD-ROM. If you want to distribute your installer
package on 3.5-inch disks, you cannot include the Windows installer
bootstrap loader with your installer package.

Thank you anyway.

--
Mac S. Speed
Electronics International Inc.
63296 Powell Butte Highway
Bend, OR  97701
(541) 318-6060
Fax: (541) 318-7575



Quote:
> Hello.

> I am trying to deploy a package, but I need to use 1.44 diskettes, when I
> select this option the solution update fails.  I get 2 errors:

> 1.  Error while processing the following file:
> C:...\common\tools\VSinst\BuildRes\InstMsiW.exe. The disk is full.
> 2.  Error while processing the following file:
> C:...\common\tools\VSinst\BuildRes\InstMsiA.exe. The disk is full.

> When I change the option away from making 1.44 disks the error is gone,
and
> the solution succeeds.  I am sure other people are deploying to disks, any
> suggestions?

> Thank you.

> --
> Mac S. Speed
> Electronics International Inc.
> 63296 Powell Butte Highway
> Bend, OR  97701
> (541) 318-6060
> Fax: (541) 318-7575



Wed, 18 Jun 2003 01:48:05 GMT  
 Visual Studio Installer Error, solution update failed...
First a suggestion: why not use something like PKZIP (
ftp://ftp.pkware.com/ ) or WinZip make a compressed self-extracting EXE? I
think PKZIP/WinZip has an option to span multiple floppy disks, although you
will need to check to see whether this option is available with a
self-extracting EXE.

Second a request: I'd be like to know whether or not you eventually have any
success deploying to another Windows 95 machine. I have not had any luck
deploying to an old Windows 95 machine. Could you post a message here in
microsoft.public.vb.deployment?



Quote:
> I guess I found out what was going on....

> High Capacity Media Required When Including Microsoft Windows Bootstrap
> Loader in Installer Packages
> Creating installer packages with the Microsoft? Windows? installer
bootstrap
> loader for distribution on 3.5-inch disks is not supported in Visual
Studio
> Installer. The Windows Installer self-installing .exe files included with
> the bootstrap loader are too large to fit on 3.5-inch disks. If you create
> an installer that includes the bootstrap loader and select 3.5-inch disks
as
> the distribution media, Visual Studio Installer will display a "Disk is
> full" error message when you build the installer project.

> To create an installer package that includes the bootstrap loader, you
must
> package and distribute it on a higher-capacity media than provided with
> 3.5-inch disks- example, a CD-ROM. If you want to distribute your
installer
> package on 3.5-inch disks, you cannot include the Windows installer
> bootstrap loader with your installer package.

> Thank you anyway.

> --
> Mac S. Speed
> Electronics International Inc.
> 63296 Powell Butte Highway
> Bend, OR  97701
> (541) 318-6060
> Fax: (541) 318-7575



> > Hello.

> > I am trying to deploy a package, but I need to use 1.44 diskettes, when
I
> > select this option the solution update fails.  I get 2 errors:

> > 1.  Error while processing the following file:
> > C:...\common\tools\VSinst\BuildRes\InstMsiW.exe. The disk is full.
> > 2.  Error while processing the following file:
> > C:...\common\tools\VSinst\BuildRes\InstMsiA.exe. The disk is full.

> > When I change the option away from making 1.44 disks the error is gone,
> and
> > the solution succeeds.  I am sure other people are deploying to disks,
any
> > suggestions?

> > Thank you.

> > --
> > Mac S. Speed
> > Electronics International Inc.
> > 63296 Powell Butte Highway
> > Bend, OR  97701
> > (541) 318-6060
> > Fax: (541) 318-7575



Wed, 18 Jun 2003 02:55:31 GMT  
 Visual Studio Installer Error, solution update failed...
I will let you know if I ever do succeed, and what it took to do that.  I
have switched to the zipping idea, hopefully it will work.  It just isn't as
elegant as I would like it to be.

Thank you for your suggestion.

--
Mac S. Speed
Electronics International Inc.
63296 Powell Butte Highway
Bend, OR  97701
(541) 318-6060
Fax: (541) 318-7575

Quote:

> First a suggestion: why not use something like PKZIP (
> ftp://ftp.pkware.com/ ) or WinZip make a compressed self-extracting EXE? I
> think PKZIP/WinZip has an option to span multiple floppy disks, although
you
> will need to check to see whether this option is available with a
> self-extracting EXE.

> Second a request: I'd be like to know whether or not you eventually have
any
> success deploying to another Windows 95 machine. I have not had any luck
> deploying to an old Windows 95 machine. Could you post a message here in
> microsoft.public.vb.deployment?



> > I guess I found out what was going on....

> > High Capacity Media Required When Including Microsoft Windows Bootstrap
> > Loader in Installer Packages
> > Creating installer packages with the Microsoft? Windows? installer
> bootstrap
> > loader for distribution on 3.5-inch disks is not supported in Visual
> Studio
> > Installer. The Windows Installer self-installing .exe files included
with
> > the bootstrap loader are too large to fit on 3.5-inch disks. If you
create
> > an installer that includes the bootstrap loader and select 3.5-inch
disks
> as
> > the distribution media, Visual Studio Installer will display a "Disk is
> > full" error message when you build the installer project.

> > To create an installer package that includes the bootstrap loader, you
> must
> > package and distribute it on a higher-capacity media than provided with
> > 3.5-inch disks- example, a CD-ROM. If you want to distribute your
> installer
> > package on 3.5-inch disks, you cannot include the Windows installer
> > bootstrap loader with your installer package.

> > Thank you anyway.

> > --
> > Mac S. Speed
> > Electronics International Inc.
> > 63296 Powell Butte Highway
> > Bend, OR  97701
> > (541) 318-6060
> > Fax: (541) 318-7575



> > > Hello.

> > > I am trying to deploy a package, but I need to use 1.44 diskettes,
when
> I
> > > select this option the solution update fails.  I get 2 errors:

> > > 1.  Error while processing the following file:
> > > C:...\common\tools\VSinst\BuildRes\InstMsiW.exe. The disk is full.
> > > 2.  Error while processing the following file:
> > > C:...\common\tools\VSinst\BuildRes\InstMsiA.exe. The disk is full.

> > > When I change the option away from making 1.44 disks the error is
gone,
> > and
> > > the solution succeeds.  I am sure other people are deploying to disks,
> any
> > > suggestions?

> > > Thank you.

> > > --
> > > Mac S. Speed
> > > Electronics International Inc.
> > > 63296 Powell Butte Highway
> > > Bend, OR  97701
> > > (541) 318-6060
> > > Fax: (541) 318-7575



Wed, 18 Jun 2003 08:01:07 GMT  
 Visual Studio Installer Error, solution update failed...

Quote:
> I will let you know if I ever do succeed, and what it took to do that.

Thanks, I'll be watching this space.


Sat, 21 Jun 2003 06:28:13 GMT  
 Visual Studio Installer Error, solution update failed...


Quote:
> I will let you know if I ever do succeed, and what it took to do that.  I
> have switched to the zipping idea, hopefully it will work.  It just isn't
as
> elegant as I would like it to be.

Perhaps this is an innappropriate suggestion, but why don't you use
something besides Visual Studio Installer? I gave up using it because it has
so many problems. If you don't need the fancy MSI features, try using Inno
Setup, ISX and ISTool. They are freeware, work very well and are very well
supported in their newsgroups. It will create a modern MSI-style setup
wizard, supports floppy disks, and only adds about 30k to your setups.

www.innosetup.com
http://www.wintax.nl/isx/
http://www.lerstad.com/istool/

Tom Winter



Sun, 29 Jun 2003 03:50:56 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Visual Studio Installer Error!!!!!!!!!!!!!!!!

2. Visual Studio Installer

3. Need help w/Visual Studio Installer

4. Visual Studio Installer

5. How to program visual studio installer?

6. Visual Studio Installer 6

7. Visual studio installer

8. Visual Studio Installer - concerns

9. Visual Studio Installer

10. Help: How to install Visual Studio Installer

11. HELP: Visual Studio Installer

12. Visual studio installer / PDW /InstallShield?

 

 
Powered by phpBB® Forum Software