Problem in making setup in VB.Net
-
Hi, I have a very large database and some rtf files near about 600MB all total. Now I want to make setup in VB.Net. Setup completed successfully but it will take so much time at the time of installation at different positions like. 1. Preparing to Install ....... It takes a lot of time 2. After clicking Next Button .......... It takes a lot of time If any one some idea or any third party tool, please reply me soon. Thanks,
-
Hi, I have a very large database and some rtf files near about 600MB all total. Now I want to make setup in VB.Net. Setup completed successfully but it will take so much time at the time of installation at different positions like. 1. Preparing to Install ....... It takes a lot of time 2. After clicking Next Button .......... It takes a lot of time If any one some idea or any third party tool, please reply me soon. Thanks,
The setup files made with Visual Studio are always really slow. I would suggest using a stand alone install creator, like: Install Creator (simple) or NSIS (advanced). These are always faster and more customizable.