Hello,
I have finally made a program, and i am stuck, the sad part is, i need a install wizard that is free... and can install 1.0 net framework, 2.0 and 3.0 then install the program, which i have troubled with a lot of free wizards out on the internet, so i was wondering, is there a way to just have the install wizard just save the files into a certain directory, then create a C# script or something to run after the install wizard to say... install 1.0 .net framework, after that is installed, go onto 2.0 etc. and 3.0, after all done, run this app... is there any way to do that using C# as a script or any ideas on how to do that? the main reason i want to have my app install .net framework 1.0-3.0 is because of some computer illiterate jerk that cant download windows updates himself.
Thanks
Its only funny till someone gets hurt.... THEN ITS HILARIOUS
You could use Inno, and one of the non-main file/folder could be the .NET framework.
thanks for the reply... inno? how do you use that?
Its only funny till someone gets hurt.... THEN ITS HILARIOUS
Download it: Inno Setup
If it installs ISS tools, just dont bother with that.
If it does, if you have Vista or 7, open start menu, click start search, and type Inno. Open Inno and click new. Then just follow the setup wizard creator wizard.
thanks jake for inno, looks really cool, but one last question, how do i get it to run 2.0 net framework installation during the install or after the install etc? it did create an iss but i will ignore as requestd, but again how do i tell it to install the .net framework during install?
Its only funny till someone gets hurt.... THEN ITS HILARIOUS
Go to the Application Files on Inno Setup Script Wizard. From there, you should be able to click Add folder... and navigate to the folder you downloaded .Net to.
If that doesnt work, try adding the files of the .NET framework using Add files...
hello,
all that part works fine, especially the creating the executable file to run the install, but after install, nothing happens, all that happens is that the files get copied over to the directory i want it created, is there a way to tell inno to run .net framework install after installation of the inno is done, or during the custom installation?
Its only funny till someone gets hurt.... THEN ITS HILARIOUS
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks