I've put a scheduled reboot at the end of my installer and it works fine. The problem is that i made the installer in italian but the scheduled reboot prompt isn't translating even if i use the -cultures it-it command. Is there some method to customize the message or at least translate it?
<ScheduleReboot After="InstallFinalize" />
There's how i build my installer
candle.exe MYXML.wxs MYXML.wxs MYXML.wxs
light.exe -ext WixUIExtension -cultures:it-it -out Installer.msi MYWIXOBJ.wixobj MYWIXOBJ.wixobj MYWIXOBJ.wixobj