You should be able to just add this into you execute sequence into the
correct location.
"Don" <(E-Mail Removed)> wrote in message
news:081f01c33c7f$b164eb00$(E-Mail Removed)...
> I feel a little silly asking this question, but I've
> completed my installation package for an application that
> I've spent the last year developing in C++ and now, all I
> want to do is pop up a dialog box at the end and tell the
> user that they need to reboot the computer.
>
> It looks like there's a standard action, "ScheduleReboot"
> that's supposed to be used for this purpose, but where do
> I add it? Do I have to write more code to add
> the "msiDoAction" function, and if so, where? How?!
>
> I see where I can add custom actions, but I'd really
> rather not write an entirely new application just to pop
> up a dialog box for this purpose. It seems like there'd
> be an easier way. The SDK documentation is pretty vague
> on this subject.
>
> Am I missing something? For the sake of simplicity, can I
> just add a line to the setup.ini file?
>
|