It very much depends how you structure your .wxs code. On Tue, Apr 24, 2012 at 4:53 PM, E. Timothy Uy <[email protected]> wrote:
> Thanks Rob! I added > > <?xml version="1.0" encoding="utf-8"?> > <WixLocalization Culture="en-us" xmlns=" > http://schemas.microsoft.com/wix/2006/localization"> > <String Id="Error1703">[2] has been installed. Click Yes to restart now. > Click No to manually restart later</String> > </WixLocalization> > > Which ultimately worked, though it did send my output to bin\Release\en-us. > Is the localization file the only way to do this? I wasn't able to add just > the string into my main wxs. > > Respectfully, > Tim > > > > On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching <[email protected]> > wrote: > > > Add an Error element. > > > > On Tue, Apr 24, 2012 at 9:54 AM, E. Timothy Uy <[email protected]> wrote: > > > > > Is it possible to change the reboot message shown for > "ScheduleReboot"? I > > > would like it to be simpler, something like "[2] has been installed. > > Click > > > Yes to restart now. Click No to manually restart later." I read of some > > > folks using "Error Id=1703" but I'm not sure where to put this. > > > > > > Respectfully, > > > Tim > > > > > > > > > ------------------------------------------------------------------------------ > > > Live Security Virtual Conference > > > Exclusive live event will cover all the ways today's security and > > > threat landscape has changed and how IT managers can respond. > Discussions > > > will include endpoint security, mobile security and the latest in > malware > > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > _______________________________________________ > > > WiX-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > > -- > > virtually, Rob Mensching - http://RobMensching.com LLC > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > WiX-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > -- virtually, Rob Mensching - http://RobMensching.com LLC ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

