Proof of reboot

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • STom

    #1

    Proof of reboot

    I have an app that I need to make sure after installation that the machine
    has been rebooted. Is there a way to detect if a reboot has been performed?
    Maybe like initially writing to a config file and then setting a value in it
    upon reboot?

    Thanks.

    STom


  • Crouchie1998

    #2
    RE: Proof of reboot

    The following article will tell you the information that you want to know I
    think:



    "STom" wrote:
    [color=blue]
    > I have an app that I need to make sure after installation that the machine
    > has been rebooted. Is there a way to detect if a reboot has been performed?
    > Maybe like initially writing to a config file and then setting a value in it
    > upon reboot?
    >
    > Thanks.
    >
    > STom
    >
    >
    >[/color]

    Comment

    • Ken Tucker [MVP]

      #3
      Re: Proof of reboot

      Hi,

      You could have the installer for a reboot. You need orca.exe to edit
      the setup msi. Open the msi with orca. Go to the properties table and right
      click in the table and select add new row. Add the property REBOOT and set
      its value to FORCE. Set the property folderForm_allu sers to all if you want
      to install for everyone instead of
      me. Orca is part of the windows installer sdk.

      http://www.microsoft.com/msdownload/...sdk/sdkupdate/

      Ken
      ----------------

      "STom" <stombiztalker@ hotmail.com> wrote in message
      news:OgNRgYkBFH A.3588@TK2MSFTN GP11.phx.gbl...
      I have an app that I need to make sure after installation that the machine
      has been rebooted. Is there a way to detect if a reboot has been performed?
      Maybe like initially writing to a config file and then setting a value in it
      upon reboot?

      Thanks.

      STom



      Comment

      • Crouchie1998

        #4
        Re: Proof of reboot

        Here is another page where you'll find the Windows Install SDK:

        http://www.microsoft.com/downloads/d...D-BFC98E3AE4A3

        or if you want the 'English' file then you can download it (8119 KB)
        directly by clicking this link:



        "Ken Tucker [MVP]" wrote:
        [color=blue]
        > Hi,
        >
        > You could have the installer for a reboot. You need orca.exe to edit
        > the setup msi. Open the msi with orca. Go to the properties table and right
        > click in the table and select add new row. Add the property REBOOT and set
        > its value to FORCE. Set the property folderForm_allu sers to all if you want
        > to install for everyone instead of
        > me. Orca is part of the windows installer sdk.
        >
        > http://www.microsoft.com/msdownload/...sdk/sdkupdate/
        >
        > Ken
        > ----------------
        >
        > "STom" <stombiztalker@ hotmail.com> wrote in message
        > news:OgNRgYkBFH A.3588@TK2MSFTN GP11.phx.gbl...
        > I have an app that I need to make sure after installation that the machine
        > has been rebooted. Is there a way to detect if a reboot has been performed?
        > Maybe like initially writing to a config file and then setting a value in it
        > upon reboot?
        >
        > Thanks.
        >
        > STom
        >
        >
        >
        >[/color]

        Comment

        • STom

          #5
          Re: Proof of reboot

          I'll have to do a test after my installation with Wise (where I can set the
          reboot option in the script) to see if the registry values have been set.

          I do not want to force a reboot, so I want them to have the option of
          rebooting now or later. In my app, I would check for the registry key the
          first time to see if the system has been rebooted.

          Thanks.

          STom
          "Crouchie19 98" <Crouchie1998@d iscussions.micr osoft.com> wrote in message
          news:BD768B52-E2BD-4B49-B12E-B6138B200FC2@mi crosoft.com...[color=blue]
          > The following article will tell you the information that you want to know
          > I
          > think:
          >
          > http://support.microsoft.com/default...b;en-us;832475
          >
          > "STom" wrote:
          >[color=green]
          >> I have an app that I need to make sure after installation that the
          >> machine
          >> has been rebooted. Is there a way to detect if a reboot has been
          >> performed?
          >> Maybe like initially writing to a config file and then setting a value in
          >> it
          >> upon reboot?
          >>
          >> Thanks.
          >>
          >> STom
          >>
          >>
          >>[/color][/color]


          Comment

          • alian
            New Member
            • Apr 2006
            • 1

            #6
            a problem with the language

            I have a similar problem but with the reboot message. I have an installer too, but my installer is in spanish only, so when the installer finish, the reboot message is in english...? Where in orca can I edit this message? I don't find it.

            Comment

            Working...