-
Setup Problems
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?
-
Re: Setup Problems
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
[email protected]
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
-
Re: Setup Problems
Is this under Visual Studio 6.0 Enterprise Edition because I have not heard of it?
-
Re: Setup Problems
-
Re: Setup Problems
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
[email protected]
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