How to create Setup in exe format using Visual Stdio Installer created .msi file
-
Hi Friends I have created a non .NET version of setup using visual studio installer. Now the Visual Stdudio installer has created a .msi file I want to have a .exe file Can someone please suggest how i can do the same? Regards
-
Hi Friends I have created a non .NET version of setup using visual studio installer. Now the Visual Stdudio installer has created a .msi file I want to have a .exe file Can someone please suggest how i can do the same? Regards
You are better off using an install creator, like this free one here: http://clickteam.com/eng/installcreator.php .
-
Hi Friends I have created a non .NET version of setup using visual studio installer. Now the Visual Stdudio installer has created a .msi file I want to have a .exe file Can someone please suggest how i can do the same? Regards
Hi, interesting, my VS always copies a Setup.exe and a ini file to the output folder. Those are generally always the same and just startup the MSI. There are also such executables available where you can check and install the .NET framework if required. If you want I can send you those - just drop me an email. Only issue might be that I have only tested it with .Net 1.1 projects so I'm not sure if it works with .Net 2.0. Robert
-
Hi, interesting, my VS always copies a Setup.exe and a ini file to the output folder. Those are generally always the same and just startup the MSI. There are also such executables available where you can check and install the .NET framework if required. If you want I can send you those - just drop me an email. Only issue might be that I have only tested it with .Net 1.1 projects so I'm not sure if it works with .Net 2.0. Robert
Hi Thanks a lot for the same. Have you done some settings or it always copies the setup.exe? Any idea of how to get the file for non .NET framework?. It would be great if you can send me the files at vikrantkpr@gmail.com Regards