Click to See Complete Forum and Search --> : Setup Problems


Drew A
October 4th, 2001, 12:42 PM
I have a program that I need to package 10 folders with the exact same names of files but each file is different because there all for different languages. When I try to add the file again from a new directory the Wizard won't let me. Does anyone have any idea how to create the .CAB on my own through WinZip and then edit the Setup.lst file to coincide with the new CAB?

Cakkie
October 4th, 2001, 01:43 PM
Try using the Visual Studio Installer instead of Package and Deployment Wizard. I do seem to remember it doing that. This however requires you to have Visual Studio Enterprise Edition.

Tom Cannaerts
slisse@planetinternet.be

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook

Drew A
October 4th, 2001, 02:30 PM
Is this under Visual Studio 6.0 Enterprise Edition because I have not heard of it?

Iouri
October 4th, 2001, 02:47 PM
You can download it free from
http://msdn.microsoft.com/vstudio/downloads/vsi11/download.asp

Iouri Boutchkine
iouri@hotsheet.com

Cakkie
October 5th, 2001, 01:36 AM
If you installed it (from CD or download like Iouri said), when started, you will get in the VS development environment. Then you need to start a new project, and select a Visual Installer project. After that, it's all quite clear.

Tom Cannaerts
slisse@planetinternet.be

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook