SetPartFrameSlot('DoNotInstall, func()
	begin
		if GetPkgRefInfo(ObjectPkgRef(kAppSymbol)).store <> GetStores()[0] then
		begin
			GetRoot():Notify(kNotifyAlert, kAppName, kInternalOnly);
			true;    // return non-nil to prevent install
		end
	end
	);