I'm trying to force a checkbox based restart (default being ON, for
restart) after my installation is finished.  To do so I've done this:

 

      <CustomAction Id="Restart" Property="REBOOT" ExeCommand=""
Impersonate="yes"  Return="ignore" />

      

      <Property Id='REBOOT'>FORCE</Property>

 

<Publish Dialog="ExitDialog" Control="Finish" Event="DoAction"
Value="Restart" Order="1">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1</Publish>

 

I'm not sure if I'm going about this the right way but I'm having
trouble finding documentation on how to cause a reboot.

 

Currently, when I try to compile, I get this:

 

 

An unexpected external UI message was received: You must restart your
system for the configuration changes made to Blah Blah to take effect.
Click Yes to restart now or No if you plan to manually restart later.

 

Is my technique flawed here?  If so, could someone indicate the area of
my problem?

 

Thanks,

 

 

Alan S. Lanteigne | Channel Ready Solutions
phone & fax +1.317.715.8293| [EMAIL PROTECTED]

Interactive Intelligence Inc.
Deliberately Innovative
www.inin.com <http://www.inin.com/>  

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to