Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Restart system after Rollback

Restart system after Rollback

Scheduled Pinned Locked Moved ASP.NET
helptutorialworkspace
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pradeep kumarappagari
    wrote on last edited by
    #1

    Hi, In my case, i need to prompt user to restart system after rollback in dot net web setup project. I am able to prompt user to restart system after install and uninstall, but no clue how to do it after rollback. Please help me in this.

    Pradeep Reddy

    A 1 Reply Last reply
    0
    • P pradeep kumarappagari

      Hi, In my case, i need to prompt user to restart system after rollback in dot net web setup project. I am able to prompt user to restart system after install and uninstall, but no clue how to do it after rollback. Please help me in this.

      Pradeep Reddy

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Make a master setup which will call your setup so that you can handle this easily. :) :)

      Abhishek Sur


      My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

      **Don't forget to click "Good Answer" if you like to.

      M 1 Reply Last reply
      0
      • A Abhishek Sur

        Make a master setup which will call your setup so that you can handle this easily. :) :)

        Abhishek Sur


        My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

        **Don't forget to click "Good Answer" if you like to.

        M Offline
        M Offline
        Manas Bhardwaj
        wrote on last edited by
        #3

        Abhishek Sur wrote:

        Make a master setup which will call your setup so that you can handle this easily.

        We have the hurlde at the first place itself. You can not run more than two MSIs together. So, no point of calling one setup from another.

        Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

        A 2 Replies Last reply
        0
        • M Manas Bhardwaj

          Abhishek Sur wrote:

          Make a master setup which will call your setup so that you can handle this easily.

          We have the hurlde at the first place itself. You can not run more than two MSIs together. So, no point of calling one setup from another.

          Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

          A Offline
          A Offline
          Abhishek Sur
          wrote on last edited by
          #4

          Have I ever mentioned calling MSI from another.. :laugh: MSI and Setups are quite different.. Setups are invoked using Windows Installer. The Best example is if you look into Any .NET installer. The Setup invokes at least 100 of msi within it. :) :)

          Abhishek Sur


          My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

          **Don't forget to click "Good Answer" if you like to.

          1 Reply Last reply
          0
          • M Manas Bhardwaj

            Abhishek Sur wrote:

            Make a master setup which will call your setup so that you can handle this easily.

            We have the hurlde at the first place itself. You can not run more than two MSIs together. So, no point of calling one setup from another.

            Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #5

            Manas Bhardwaj wrote:

            You can not run more than two MSIs together

            Also, I think I can run as many MSI's as I want from the single setup as well. Each Msi will run in its own MsiExec process. :) I have already tried it out and it worked. Only thing is to run in a new process from master setup. :rose::rose:

            Abhishek Sur


            My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

            **Don't forget to click "Good Answer" if you like to.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups