Closed Thread
Results 1 to 7 of 7

Thread: C# setup or script files

  1. #1
    Siten0308's Avatar
    Siten0308 is offline Programming Professional
    Join Date
    Jun 2008
    Location
    California, USA
    Posts
    302
    Rep Power
    16

    Question C# setup or script files

    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    JakeWindu is offline Newbie
    Join Date
    Nov 2009
    Posts
    21
    Rep Power
    0

    Re: C# setup or script files

    You could use Inno, and one of the non-main file/folder could be the .NET framework.

  4. #3
    Siten0308's Avatar
    Siten0308 is offline Programming Professional
    Join Date
    Jun 2008
    Location
    California, USA
    Posts
    302
    Rep Power
    16

    Re: C# setup or script files

    thanks for the reply... inno? how do you use that?
    Its only funny till someone gets hurt.... THEN ITS HILARIOUS

  5. #4
    JakeWindu is offline Newbie
    Join Date
    Nov 2009
    Posts
    21
    Rep Power
    0

    Re: C# setup or script files

    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.

  6. #5
    Siten0308's Avatar
    Siten0308 is offline Programming Professional
    Join Date
    Jun 2008
    Location
    California, USA
    Posts
    302
    Rep Power
    16

    Re: C# setup or script files

    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

  7. #6
    JakeWindu is offline Newbie
    Join Date
    Nov 2009
    Posts
    21
    Rep Power
    0

    Re: C# setup or script files

    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...

  8. #7
    Siten0308's Avatar
    Siten0308 is offline Programming Professional
    Join Date
    Jun 2008
    Location
    California, USA
    Posts
    302
    Rep Power
    16

    Question Re: C# setup or script 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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Script to sort txt-files in one folder
    By paultje100 in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-03-2011, 08:03 AM
  2. A hebrew sql data script that run during c# setup
    By naomi in forum C# Programming
    Replies: 0
    Last Post: 07-25-2010, 06:05 AM
  3. A hebrew sql data script that run during c# setup
    By naomi in forum C# Programming
    Replies: 0
    Last Post: 07-25-2010, 05:37 AM
  4. Replies: 0
    Last Post: 05-20-2010, 03:51 PM
  5. script for renaming files
    By aloishis89 in forum General Programming
    Replies: 2
    Last Post: 02-02-2009, 05:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts