Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How do I set property "REBOOT" to a value of "ReallySuppress".

Updated: 21 May 2010 | 6 comments
Carl Olsen's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

I have a custom extension that runs at the very end of Wise that determines whether the computer needs to be rebooted by a normal reboot, or in the case of certain hardware attached, reboot by totally powering down.

It works great, except that Wise sometimes also decides that it needs to handle the rebooting.  Since I am already rebooting, I need to tell wise "don't bother rebooting ever".

From studying the help screens and searching other messages, it appears as though I need to set the propert "REBOOT" to a value of "ReallySuppress"

Now this may seem extremely basic to those who know, but I can't find this property anywhere.  I found a table called "Properties", but I see no "REBOOT" in there. 

How / where do I do set this?

Thanks,

Carl

discussion Filed Under:

Comments

AngelD's picture
10
Jul
2009
0 Votes 0
Login to vote

Go into the Property

Go into the Property table.
If you can't find the REBOOT property then you need to add it and give it a value.

Carl Olsen's picture
10
Jul
2009
0 Votes 0
Login to vote

Thanks! The fact that it is

Thanks!

The fact that it is something to be manually added is the key piece of info I needed, since I could not find it already there.

Carl.

Carl Olsen's picture
10
Jul
2009
0 Votes 0
Login to vote

Oops, that does not work.

When I do this, I get a warning:

"Warning: The property 'REBOOT' is a predefined property.  Its value will be overwritten during the install."

So, it seems that although I can put it there, it is of little use.  Any other spot I should put it?

Thanks again,

Carl.

Scot Curry's picture
11
Jul
2009
1 Vote +1
Login to vote

Reboot Property

 The message that you are referring to is a bit misleading.  It will be overwritten during the install, really means that it will be overwritten during the install if there is something to overwrite it.  This property could be passed from the command line which would overwrite the property that you had authored in to you package.  I would like to add to AngelID's point that you can just add the property, or you can pass it on the command line.

Hope that helps.  Talk to you soon,
Scot

Carl Olsen's picture
12
Jul
2009
0 Votes 0
Login to vote

Thanks!

AngelD and Scot:

I think I got it now.

Thank you very much!

Carl.

EdT's picture
13
Jul
2009
0 Votes 0
Login to vote

REBOOT=R is all that is required

For the record, it is only necessary to state the first letter of "ReallySuppress", so REBOOT=R is sufficient, as windows installer only checks the first letter anyway. Can be useful if entering a load of properties via the MSIEXEC command line as it saves a few characters.

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.