wix - How to resolve warning "◦Value Install Location missing " in windows 7 software logo kit? -


hi doing certification first time exe .report generated warnings .

    1. clean, reversible, installation      test case: write appropriate add/remove program values: pass warnings  • warning:  applications expected create these registry entries displayname, installlocation, publisher, uninstallstring, versionmajor*, , versionminor*.   application did not create following registry entries:  ◦value installlocation missing or invalid program service.  • impact if not fixed: user might remove application not free disk space, return computer state prior application being installed. failure restore machine original state poor user experience. applications not create above registry entries not found enterprise inventory tools, , may experience issues in os migrations , or upgrades scenarios. windows telemetry tools may not accurately report information application.    • how fix: can supply of information needed configure add/remove programs in control panel setting values of installer properties in application's windows installer package. setting these properties automatically writes corresponding values registry. latest information , best practices illustrate how can found @ these links 1 , 2.      test case: not force immediate reboot during installation: pass     test case: not force immediate reboot during uninstallation: pass     test case: remove non-shared files , folders: pass  

how resolve through wix file?

in wix file creating entry's

service installation create , add entries ini file add registry entries customer tag , agent id..

please me...

in msi-based installation installlocation in arp entries setting arpinstalllocation property actual install folder (after it's determined of course).

http://msdn.microsoft.com/en-us/library/aa367589(v=vs.85).aspx

and there's note @ bottom setting wix.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -