Hi There,
I'm trying to create a setup for a Windows application to install my
application I developed using Visual basic .net. I'm using Visual Studio .net
Professional. When I use the Set up wizard. I only have 4 steps, when I look
at exaple to create a setup file I find I should have 5 steps. One step Step
3 of 5 is missing in my steps ( Choose project outputs to Include. I don't
have this step in my wizard. I am not sure why. I went ahead and continued
the wizard and when I try to put the .exe file on to the User program or
Desktop I get the following error.As seen below. I use a calendar component
that Calendar control 10.0 form C:\Program Files \Microsoft Office 10\ MS
CAL.OCX
ERROR THAT I GET. I CANNOT COMPLETE THE BUILD
C:\SCHEDULE FOLDER\Setup1\Setup1.vdproj File 'AxInterop.MSACAL.DLL' should
not be installed into a User's Profile folder because it may not be available
to all users.
C:\SCHEDULE FOLDER\Setup1\Setup1.vdproj File 'Interop.MSACAL.DLL' should not
be installed into a User's Profile folder because it may not be available to
all users.
C:\SCHEDULE FOLDER\Setup1\Setup1.vdproj File 'MSCAL.OCX' should not be
installed into a User's Profile folder because it may not be available to all
users.
C:\SCHEDULE FOLDER\Setup1\Setup1.vdproj File 'stdole.dll' should not be
installed into a User's Profile folder because it may not be available to all
users.
C:\SCHEDULE FOLDER\Setup1\Setup1.vdproj File 'USERBack.exe' should not be
installed into a User's Profile folder because it may not be available to all
users.
I would appreciate if anybody can tell me how I can complete my setup wizard
so as to create the installation program that would let me install my
application on other computer.
Thanks.